Spaces:
Running
Running
File size: 273 Bytes
fbad46b fa09834 bba0c2d 2ecf004 fa09834 |
1 2 3 4 5 6 7 |
FROM ghcr.io/ggerganov/llama.cpp:full
RUN apt update && apt install wget -y
RUN wget "https://huggingface.co/unsloth/gemma-3-1b-it-GGUF/resolve/main/gemma-3-1b-it-Q8_0.gguf" -O /l.gguf
CMD ["--server", "-m", "/l.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512"] |