Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -4,8 +4,8 @@ FROM ghcr.io/ggml-org/llama.cpp:server
|
|
| 4 |
RUN apt update && apt install wget -y && rm -rf /var/lib/apt/lists/*
|
| 5 |
|
| 6 |
|
| 7 |
-
# 1. THE MAIN MODEL: LFM2.5-
|
| 8 |
-
RUN wget "https://huggingface.co/LiquidAI/LFM2.5-
|
| 9 |
|
| 10 |
|
| 11 |
# Clear the entrypoint and use shell form CMD
|
|
|
|
| 4 |
RUN apt update && apt install wget -y && rm -rf /var/lib/apt/lists/*
|
| 5 |
|
| 6 |
|
| 7 |
+
# 1. THE MAIN MODEL: LFM2.5-8B-A1B in Q4_K_M — MoE with only ~1.5B active params per token
|
| 8 |
+
RUN wget "https://huggingface.co/LiquidAI/LFM2.5-8B-A1B-GGUF/resolve/main/LFM2.5-8B-A1B-Q4_K_M.gguf" -O /model.gguf
|
| 9 |
|
| 10 |
|
| 11 |
# Clear the entrypoint and use shell form CMD
|