-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
When I tried the llama model and run :python3 quantize.py 7B for operation, ```
the "quantize" script was not found in the current location appeared
If you want to use it from another location, set the -- quantify script path argument from the command line
It's still this error. I have also made other attempts: `python3/Users/sunxiaotong/Desktop/llama/llama.cpp/quantize.py - q/ quantize.py 7B`
usage: python3 quantize.py [-h] [-r] [-m MODELS_PATH]
[-q QUANTIZE_SCRIPT_PATH]
{7B,13B,30B,65B} [{7B,13B,30B,65B} ...]
python3 quantize.py: error: argument models: invalid choice: '/Users/sunxiaotong/Desktop/llama/llama.cpp/models/7B/ggml-model-f16.bin' (choose from '7B', '13B', '30B', '65B')
May I ask where I was wrong? Can you give me some suggestions
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested