download
raw
867 Bytes
FROM ghcr.io/ggml-org/llama.cpp:full
WORKDIR /app
RUN apt update && apt install -y python3-pip
RUN pip install -U huggingface_hub
RUN python3 -c 'from huggingface_hub import hf_hub_download; \
repo="prithivMLmods/Gliese-Qwen3.5-2B-Abliterated-Caption"; \
hf_hub_download(repo_id=repo, filename="GGUF/Gliese-Qwen3.5-2B-Abliterated-Caption.Q8_0.gguf", local_dir="/app"); \
hf_hub_download(repo_id=repo, filename="GGUF/Gliese-Qwen3.5-2B-Abliterated-Caption.mmproj-f16.gguf", local_dir="/app")'
CMD ["--server", \
"-m", "/app/GGUF/Gliese-Qwen3.5-2B-Abliterated-Caption.Q8_0.gguf", \
"--mmproj", "/app/GGUF/Gliese-Qwen3.5-2B-Abliterated-Caption.mmproj-f16.gguf", \
"--host", "0.0.0.0", \
"--port", "7860", \
"-t", "2", \
"--cache-type-k", "q8_0", \
"--cache-type-v", "iq4_nl", \
"-c", "128000", \
"-n", "38912"]

Xet Storage Details

Size:
867 Bytes
·
Xet hash:
55d92d3695ec55574da5e82b4b304cd307c24786d6faa294f80075ba7da39448

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.