Add reproducible DGX Spark deployment for Qwen3.8 Flash Next NVFP4

This commit is contained in:
2026-09-17 16:45:50 +08:00
commit 5f3030260e
27 changed files with 1705 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from huggingface_hub import snapshot_download
print(snapshot_download(
repo_id="nvidia/Qwen3.8-Flash-Next-NVFP4",
revision="fc694b54fb0174e0913e6adf86691ef85a4ead47",
max_workers=4,
), flush=True)