You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current format in the website init container was not able to find the model from Minio but putting the model in the root directory of the minio bucket solved the problem.
The text was updated successfully, but these errors were encountered:
saeid93
changed the title
type in "Pretrained GPT2 Model Deployment Example" notebook
typo in "Pretrained GPT2 Model Deployment Example" notebook
May 6, 2022
I wonder if the typo may be rather in mc mb ... such that it is missing further subpath? Triton is very strict on folder structure and the actual model binaries are expected to be subfolders (sub-buckets?) of s3://onnx-gpt2.
I reran the notebook with the corrected path and exec into the classsifier container, I can confirm that the model exist in the container in the following path:
triton-server@gpt2-default-0-gpt2-5798b7cbb9-xwc67:/mnt/models$ ls
model.onnx
triton-server@gpt2-default-0-gpt2-5798b7cbb9-xwc67:/mnt/models$ pwd
/mnt/models
Describe the bug
I think there is a typo in the following notebook Pretrained GPT2 Model Deployment Example
Should be
as in the:
In the current format in the website init container was not able to find the model from Minio but putting the model in the root directory of the minio bucket solved the problem.
The text was updated successfully, but these errors were encountered: