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
Im trying to initialize AIBrix using model files hosted on s3. But I am not able to get vllm-openai container to run as its incorrectly identifying the s3 link as being a HF repo.
huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 's3://s3-bucket/llama-3.1-nemoguard-8b-topic-control'. Use repo_type argument if needed.
Steps to Reproduce
Move a model llama-3.1-nemoguard-8b-topic-control to a s3 bucket
🐛 Describe the bug
Im trying to initialize AIBrix using model files hosted on s3. But I am not able to get vllm-openai container to run as its incorrectly identifying the s3 link as being a HF repo.
huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 's3://s3-bucket/llama-3.1-nemoguard-8b-topic-control'. Use
repo_typeargument if needed.
Steps to Reproduce
llama-3.1-nemoguard-8b-topic-control
to a s3 buckets3://s3-bucket/llama-3.1-nemoguard-8b-topic-control
Expected behavior
Pod should just start running like when downloading model from HF
Environment
The text was updated successfully, but these errors were encountered: