Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ from huggingface_hub import hf_hub_download
|
|
| 13 |
LLAMA_CPP_RELEASE_URL = "https://github.com/ggml-org/llama.cpp/releases/download/b8093/llama-b8093-bin-ubuntu-x64.tar.gz"
|
| 14 |
BINARY_NAME = "llama-server"
|
| 15 |
SERVER_PORT = "8080"
|
| 16 |
-
REPO_ID = "huzpsb/
|
| 17 |
-
FILENAME = "
|
| 18 |
|
| 19 |
|
| 20 |
def setup_server():
|
|
|
|
| 13 |
LLAMA_CPP_RELEASE_URL = "https://github.com/ggml-org/llama.cpp/releases/download/b8093/llama-b8093-bin-ubuntu-x64.tar.gz"
|
| 14 |
BINARY_NAME = "llama-server"
|
| 15 |
SERVER_PORT = "8080"
|
| 16 |
+
REPO_ID = "huzpsb/MiniMax-M2-her-4b-en-heretic"
|
| 17 |
+
FILENAME = "openher_4b_q4_en_heretic.gguf"
|
| 18 |
|
| 19 |
|
| 20 |
def setup_server():
|