server icon indicating copy to clipboard operation
server copied to clipboard

./fetch_models.sh - unable to resolve host address

Open surprisedPikachu007 opened this issue 1 year ago • 1 comments

Description when running ./fetch_models.sh in server/docs/examples, I get an error: unable to resolve host address when downloading onnx densenet model

Triton Information What version of Triton are you using? 24.08-py3

Are you using the Triton container or did you build it yourself? pulled in from NGC (nvcr.io/nvidia/tritonserver:24.08-py3)

To Reproduce Clone the repo and run ./fetch_models.sh in server/docs/examples

Temporary Solution replace the model link with other working link. I used onnx model from official repo

surprisedPikachu007 avatar Sep 19 '24 09:09 surprisedPikachu007

Hi @surprisedPikachu007, the broken onnx model link was recently fixed here: https://github.com/triton-inference-server/server/pull/7621. Please try the new link.

rmccorm4 avatar Oct 29 '24 23:10 rmccorm4