fix: correct CR URL to atl.vultrcr.com
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Extends the vLLM dream-build container with our custom DeepGEMM kernel
|
||||
# and DeepSeek V4 patch.
|
||||
|
||||
FROM atl.vultrcr.io/vllm/vllm-with-lmcache:dream-build
|
||||
FROM atl.vultrcr.com/vllm/vllm-with-lmcache:dream-build
|
||||
|
||||
# Install build essentials
|
||||
RUN apt-get update && apt-get install -y git screen cmake && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@@ -15,6 +15,7 @@ Full NVFP4 quantization of DeepSeek V4 Pro and vLLM serving on 8× NVIDIA B200 G
|
||||
| Profile/Warmup Run | ✅ Passes |
|
||||
| API Server | ✅ Running on port 8000 |
|
||||
| Output Quality | 🔧 Garbled — likely remaining dequant/scale bug |
|
||||
| NVFP4 Mega MoE Kernel | 🔧 Built, pending compile & integration |
|
||||
|
||||
## B200 Node
|
||||
|
||||
|
||||
Reference in New Issue
Block a user