Manticore (Wizard Mega) unsupported #369
Labels
enhancement
New feature or request
primordial
Related to the primordial version of PrivateGPT, which is now frozen in favour of the new PrivateGPT
E:\Projects\Ai LLM\privateGPT>python privateGPT.py
Using embedded DuckDB with persistence: data will be stored in: db
llama.cpp: loading model from models/Manticore-13B.ggmlv3.q4_1.bin
error loading model: unknown (magic, version) combination: 67676a74, 00000003; is this really a GGML file?
llama_init_from_file: failed to load model
Traceback (most recent call last):
File "E:\Projects\Ai LLM\privateGPT\privateGPT.py", line 75, in
main()
File "E:\Projects\Ai LLM\privateGPT\privateGPT.py", line 33, in main
llm = LlamaCpp(model_path=model_path, n_ctx=model_n_ctx, callbacks=callbacks, verbose=False)
File "pydantic\main.py", line 341, in pydantic.main.BaseModel.init
pydantic.error_wrappers.ValidationError: 1 validation error for LlamaCpp
root
Could not load Llama model from path: models/Manticore-13B.ggmlv3.q4_1.bin. Received error (type=value_error)
Side note, and this may be valuable information but:
I created a symlink to my obsidian vault
I installed some C++ libraries from MS, keywords being help visual c downloads and 2977003
I pip installed pillow to reinstall it
I used VS Code to run
import nltk
nltk.download('punkt')
nltk.download('averaged_perceptron_tagger')
The text was updated successfully, but these errors were encountered: