jjyuhub
jjyuhub
Please include the `ggml-model-q4_0.bin` model to actually run the code: ``` % make -j && ./main -m ./models/7B/ggml-model-q4_0.bin -p "Building a website can be done in 10 simple steps:" -t...
Bug encountered when running `python3 convert-pth-to-ggml.py models/7B/ 1`: ``` llama.cpp % python3 convert-pth-to-ggml.py models/7B/ 1 Traceback (most recent call last): File "/Users/jjyuhub/llama.cpp/convert-pth-to-ggml.py", line 69, in hparams = json.load(f) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/json/__init__.py",...