Spaces:
Runtime error
Runtime error
is2win
commited on
Commit
·
451aec3
1
Parent(s):
cbe1268
mistral add
Browse files
app.py
CHANGED
@@ -9,9 +9,12 @@ import os
|
|
9 |
from huggingface_hub import hf_hub_download
|
10 |
|
11 |
# Указываю имя репозитория и название скачиваемой модели
|
12 |
-
|
13 |
-
model_name = "lmstudio-community/Meta-Llama-3.1-8B-Instruct-GGUF"
|
14 |
-
model_file = "Meta-Llama-3.1-8B-Instruct-Q8_0.gguf"
|
|
|
|
|
|
|
15 |
|
16 |
|
17 |
# Загрузка с Hugging Face Hub
|
|
|
9 |
from huggingface_hub import hf_hub_download
|
10 |
|
11 |
# Указываю имя репозитория и название скачиваемой модели
|
12 |
+
|
13 |
+
# model_name = "lmstudio-community/Meta-Llama-3.1-8B-Instruct-GGUF"
|
14 |
+
# model_file = "Meta-Llama-3.1-8B-Instruct-Q8_0.gguf"
|
15 |
+
|
16 |
+
model_name = "lmstudio-community/Mistral-Nemo-Instruct-2407-GGUF"
|
17 |
+
model_file = "Mistral-Nemo-Instruct-2407-Q4_K_M.gguf"
|
18 |
|
19 |
|
20 |
# Загрузка с Hugging Face Hub
|