Spaces:
Runtime error
Runtime error
| FROM ghcr.io/ggml-org/llama.cpp:full | |
| RUN apt update && apt install wget -y | |
| RUN wget "https://huggingface.co/mradermacher/StrawberryLemonade-L3-70B-v1.0-i1-GGUF/blob/main/StrawberryLemonade-L3-70B-v1.0.i1-IQ2_M.gguf" -O /Qwen2.5-Omni-3B-Q4_K_M.gguf | |
| CMD ["--server", "-m", "/Qwen2.5-Omni-3B-Q4_K_M.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"] |