Spaces:
Sleeping
Sleeping
rosameliacarioni
commited on
Commit
·
58c957f
1
Parent(s):
9d1c249
hopefully final push 2
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from llama_cpp import Llama
|
|
2 |
import gradio as gr
|
3 |
|
4 |
llm = Llama.from_pretrained(
|
5 |
-
repo_id="rcarioniporras/
|
6 |
filename="unsloth.Q4_K_M.gguf",
|
7 |
)
|
8 |
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
llm = Llama.from_pretrained(
|
5 |
+
repo_id="rcarioniporras/model_baseline_llama",
|
6 |
filename="unsloth.Q4_K_M.gguf",
|
7 |
)
|
8 |
|