Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Quick_Deploy/ONNX/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The `config.pbtxt` configuration file is optional. The configuration file is aut
```
mkdir -p model_repository/densenet_onnx/1
wget -O model_repository/densenet_onnx/1/model.onnx \
https://contentmamluswest001.blob.core.windows.net/content/14b2744cf8d6418c87ffddc3f3127242/9502630827244d60a1214f250e3bbca7/08aed7327d694b8dbaee2c97b8d0fcba/densenet121-1.2.onnx
https://github.com/onnx/models/raw/main/validated/vision/classification/densenet-121/model/densenet-7.onnx

docker run --gpus all --rm -p 8000:8000 -p 8001:8001 -p 8002:8002 -v ${PWD}/model_repository:/models nvcr.io/nvidia/tritonserver:<yy.mm>-py3 tritonserver --model-repository=/models
```
Expand Down
2 changes: 1 addition & 1 deletion Quick_Deploy/OpenVINO/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This README demonstrates how to deploy simple ONNX, PyTorch and TensorFlow model
```
mkdir -p model_repository/densenet_onnx/1
wget -O model_repository/densenet_onnx/1/model.onnx \
https://contentmamluswest001.blob.core.windows.net/content/14b2744cf8d6418c87ffddc3f3127242/9502630827244d60a1214f250e3bbca7/08aed7327d694b8dbaee2c97b8d0fcba/densenet121-1.2.onnx
https://github.com/onnx/models/raw/main/validated/vision/classification/densenet-121/model/densenet-7.onnx
```

### 2. Create a new file named `config.pbtxt`
Expand Down
Loading