Files
qwen3.5-122B-A10B-on-spark/.gitignore
T

21 lines
207 B
Plaintext

.DS_Store
*.swp
*.swo
*~
.idea/
.vscode/
__pycache__/
*.pyc
# Logs / local results
*.log
/local/
/results/
# Never commit weights or checkpoints
*.safetensors
*.gguf
*.bin
/hybrid-ckpt/
*-hybrid-int4-fp8/