Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,11 @@ from huggingface_hub import snapshot_download
|
|
8 |
# repo_name = "TheBloke/Mistral-7B-v0.1-GGUF"
|
9 |
# model_file = "mistral-7b-v0.1.Q6_K.gguf"
|
10 |
|
11 |
-
repo_name = 'HumanityFTW/so_rude'
|
12 |
-
model_file = "mistral-comedy-2.0-ckpt-600.Q6_K.gguf"
|
13 |
|
|
|
|
|
14 |
|
15 |
print('Fetching model:', repo_name, model_file)
|
16 |
snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_file)
|
|
|
8 |
# repo_name = "TheBloke/Mistral-7B-v0.1-GGUF"
|
9 |
# model_file = "mistral-7b-v0.1.Q6_K.gguf"
|
10 |
|
11 |
+
#repo_name = 'HumanityFTW/so_rude'
|
12 |
+
#model_file = "mistral-comedy-2.0-ckpt-600.Q6_K.gguf"
|
13 |
|
14 |
+
repo_name = 'TheBloke/OpenHermes-2.5-Mistral-7B-GGUF'
|
15 |
+
model_file = "openhermes-2.5-mistral-7b.Q4_K_M.gguf"
|
16 |
|
17 |
print('Fetching model:', repo_name, model_file)
|
18 |
snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_file)
|