Views
No views yet
b810fce0, on the 7.457× g128 base + DFlash aux-layer fix PR #42704)/ping, /invocations, /v1/completions, /v1/chat/completions (thinking-stream SSE → data: [DONE]).qwen4b-g128-auxfix:testac3d19f5bb0b59f76a1d29c3caf465398fa7b741fa3818f86bfcf993497ec269 (16GB gzipped)1# 1. download (needs `pip install huggingface_hub` + `hf auth login`)
2hf download saital/qwen4b-adaptfm-7p8x-vllm image.tar.gz --repo-type model --local-dir .
3
4# 2. verify integrity
5echo "ac3d19f5bb0b59f76a1d29c3caf465398fa7b741fa3818f86bfcf993497ec269 image.tar.gz" | sha256sum -c
6
7# 3. load into docker (docker load auto-detects the gzip)
8docker load -i image.tar.gz # -> Loaded image: qwen4b-g128-auxfix:test1docker run --gpus '"device=0"' --shm-size=4g -p 8080:8080 qwen4b-g128-auxfix:test
2# health: curl localhost:8080/ping ; then POST /invocations or /v1/chat/completions/ping ready ~314s on first boot (CUDA-graph capture).