Spaces:
Runtime error
Runtime error
gba16326553
commited on
Commit
•
c0095b8
1
Parent(s):
746ab9d
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ examples = [["How are you?"]]
|
|
9 |
|
10 |
# Load model directly
|
11 |
from transformers import AutoModel
|
12 |
-
model = AutoModel.from_pretrained("ironlanderl/gemma-2-2b-it-Q5_K_M-GGUF")
|
13 |
#modelName = "google/gemma-2-2b-it"
|
14 |
#modelName = "ironlanderl/gemma-2-2b-it-Q5_K_M-GGUF"
|
15 |
modelName = "bartowski/Mistral-Nemo-Instruct-2407-GGUF"
|
|
|
9 |
|
10 |
# Load model directly
|
11 |
from transformers import AutoModel
|
12 |
+
#model = AutoModel.from_pretrained("ironlanderl/gemma-2-2b-it-Q5_K_M-GGUF")
|
13 |
#modelName = "google/gemma-2-2b-it"
|
14 |
#modelName = "ironlanderl/gemma-2-2b-it-Q5_K_M-GGUF"
|
15 |
modelName = "bartowski/Mistral-Nemo-Instruct-2407-GGUF"
|