Skip to content

Commit b0f5547

Browse files
authored
fix: Replace dead link for Densenet (#139)
1 parent 1733101 commit b0f5547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Quick_Deploy/ONNX/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The `config.pbtxt` configuration file is optional. The configuration file is aut
4848
```
4949
mkdir -p model_repository/densenet_onnx/1
5050
wget -O model_repository/densenet_onnx/1/model.onnx \
51-
https://contentmamluswest001.blob.core.windows.net/content/14b2744cf8d6418c87ffddc3f3127242/9502630827244d60a1214f250e3bbca7/08aed7327d694b8dbaee2c97b8d0fcba/densenet121-1.2.onnx
51+
https://github.com/onnx/models/raw/main/validated/vision/classification/densenet-121/model/densenet-7.onnx
5252
5353
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
5454
```

Quick_Deploy/OpenVINO/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This README demonstrates how to deploy simple ONNX, PyTorch and TensorFlow model
3636
```
3737
mkdir -p model_repository/densenet_onnx/1
3838
wget -O model_repository/densenet_onnx/1/model.onnx \
39-
https://contentmamluswest001.blob.core.windows.net/content/14b2744cf8d6418c87ffddc3f3127242/9502630827244d60a1214f250e3bbca7/08aed7327d694b8dbaee2c97b8d0fcba/densenet121-1.2.onnx
39+
https://github.com/onnx/models/raw/main/validated/vision/classification/densenet-121/model/densenet-7.onnx
4040
```
4141

4242
### 2. Create a new file named `config.pbtxt`

0 commit comments

Comments
 (0)