Description
Please i need help. I have this issue when i try to run vicuna-13b model.
root@DESKTOP-EEQG16M:/mnt/f/AI_and_data/LLAMA_models# python3 test_LLama_cpp.py
Traceback (most recent call last):
File "test_LLama_cpp.py", line 2, in
llm = Llama(
File "/usr/local/lib/python3.8/dist-packages/llama_cpp/llama.py", line 155, in init
raise ValueError(f"Model path does not exist: {model_path}")
ValueError: Model path does not exist: F:\AI_and_data\LLAMA_models\llama.cpp\models\ggml-vicuna-13b-4bit.bin
Exception ignored in: <function Llama.del at 0x7f1db5ea4b80>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/llama_cpp/llama.py", line 1076, in del
if self.ctx is not None:
AttributeError: 'Llama' object has no attribute 'ctx'