Skip to content

Commit

Permalink
Removing unneeded debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
noamgat committed Nov 1, 2023
1 parent da7b722 commit 23253bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/colab_llamacpppython_integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"from llama_cpp import Llama\n",
"from huggingface_hub import hf_hub_download\n",
"downloaded_model_path = hf_hub_download(repo_id=\"TheBloke/Llama-2-7b-Chat-GGUF\", filename=\"llama-2-7b-chat.Q5_K_M.gguf\")\n",
"llm = Llama(model_path=downloaded_model_path, logits_all=True)"
"llm = Llama(model_path=downloaded_model_path)"
]
},
{
Expand Down

0 comments on commit 23253bf

Please sign in to comment.