FM-1976 commited on
Commit
2762745
·
verified ·
1 Parent(s): 7132291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def genRANstring(n):
64
  def create_chat():
65
  # Set HF API token and HF repo
66
  from llama_cpp import Llama
67
- client = Llama.from_pretrained((
68
  repo_id="bartowski/gemma-2-2b-it-GGUF",
69
  filename="gemma-2-2b-it-Q5_K_M.gguf",
70
  temperature=0.24,
 
64
  def create_chat():
65
  # Set HF API token and HF repo
66
  from llama_cpp import Llama
67
+ client = Llama.from_pretrained(
68
  repo_id="bartowski/gemma-2-2b-it-GGUF",
69
  filename="gemma-2-2b-it-Q5_K_M.gguf",
70
  temperature=0.24,