Ahmed Ashraf

Results 1 comments of Ahmed Ashraf

Hello, Installing done without error but when trying to prompt the model using ```python llm = AutoModelForCausalLM.from_pretrained("/models/llama-7b.Q3_K_M.gguf", model_type="llama" , local_files_only=True, gpu_layers=100) print(llm("AI is going to")) ``` exits with error ```bash...