server : fix URL for draft model

This commit is contained in:
Georgi Gerganov
2026-05-08 08:03:49 +03:00
parent 6a4b05a030
commit 12c7cfbe83

View File

@@ -5,7 +5,7 @@ from utils import *
server = ServerPreset.stories15m_moe()
MODEL_DRAFT_FILE_URL = "https://huggingface.co/ggml-org/models/resolve/main/tinyllamas/stories15M-q4_0.gguf"
MODEL_DRAFT_FILE_URL = "https://huggingface.co/ggml-org/tiny-llamas/resolve/main/stories15M-q4_0.gguf"
def create_server():
global server