Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|