Replies: 1 comment 1 reply
-
@jmoney Please verify that you indeed downloaded a model at that location, e.g. in bash $ [ -f "/home/michael/hf_cache/bge-small-15-custom/model.safetensors" ] && echo "File exists." || echo "File does not exist."
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to override where to download / look for local models? I see the argument
--model-name-or-path
but when i specify the string/ai-model-cache
it complains that it's not a valid model name. I'm just trying to point it where to look for pre-downloaded models and then using--served-model-name
to actually do the picking.If this is not a supported feature then please let me know.
Beta Was this translation helpful? Give feedback.
All reactions