Divyansh12 commited on
Commit
55fd8e9
1 Parent(s): dff03a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from llama_cpp import Llama
4
  # Initialize the model
5
  llm = Llama.from_pretrained(
6
  repo_id="Divyansh12/check",
7
- filename="unsloth.F16.gguf", # Ensure this matches your model file name
8
  verbose=True,
9
  n_ctx=32768,
10
  n_threads=2,
 
4
  # Initialize the model
5
  llm = Llama.from_pretrained(
6
  repo_id="Divyansh12/check",
7
+ filename="unsloth.F16.gguf",
8
  verbose=True,
9
  n_ctx=32768,
10
  n_threads=2,