| export HF_TOKEN="YOUR_HF_TOKEN_HERE" | |
| export HF_HUB_ENABLE_HF_TRANSFER=1 | |
| export HF_HUB_VERBOSITY=debug | |
| hf download \ | |
| --repo-type dataset \ | |
| --local-dir /workspace/hanrui/datasets/Nemotron-CodeAlpaca-qwen3-8b-800K \ | |
| eigen-ai-labs/Nemotron-CodeAlpaca-qwen3-8b-800K | |