Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wget onnx model fails for end-to-end example #7716

Open
shenj68 opened this issue Oct 17, 2024 · 0 comments
Open

Wget onnx model fails for end-to-end example #7716

shenj68 opened this issue Oct 17, 2024 · 0 comments

Comments

@shenj68
Copy link

shenj68 commented Oct 17, 2024

Description
A clear and concise description of what the bug is.

executing the ./fetch_models.sh script or manually using the wget command does not download the onnx model for the end-to-end example.

image

Triton Information
What version of Triton are you using?
v2.50.0 (downloaded source files from release tag)

Are you using the Triton container or did you build it yourself?
built myself

To Reproduce
Steps to reproduce the behavior.
run ./fetch_models.sh at ~/server-2.50.0/docs/examples
or
follow these commands on the end-to-end example:

mkdir -p ./models/densenet_onnx/1

wget -O models/densenet_onnx/1/model.onnx
https://contentmamluswest001.blob.core.windows.net/content/14b2744cf8d6418c87ffddc3f3127242/9502630827244d60a1214f250e3bbca7/08aed7327d694b8dbaee2c97b8d0fcba/densenet121-1.2.onnx

Expected behavior
A clear and concise description of what you expected to happen.
To download the same model used for the end-to-end example in the docs.

@shenj68 shenj68 changed the title Wget onnx model fails Wget onnx model fails for end-to-end example Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant