We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc2ac6 commit 09157dcCopy full SHA for 09157dc
vllm/transformers_utils/config.py
@@ -300,7 +300,10 @@ def get_config(
300
" - For Hugging Face models: ensure the presence of a "
301
"'config.json'.\n"
302
" - For Mistral models: ensure the presence of a "
303
- "'params.json'.\n").format(model=model)
+ "'params.json'.\n"
304
+ "3. For GGUF: pass the local path of the GGUF checkpoint.\n"
305
+ " Loading GGUF from a remote repo directly is not yet "
306
+ "supported.\n").format(model=model)
307
308
raise ValueError(error_message) from e
309
0 commit comments