📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-02 16:03:10 +00:00
parent c824ba9d7b
commit 2bf579321a
220 changed files with 4043 additions and 2598 deletions
@@ -622,11 +622,16 @@ hf_jobs("uv", {
"env": {
"ADAPTER_MODEL": "username/my-finetuned-model",
"BASE_MODEL": "Qwen/Qwen2.5-0.5B",
"OUTPUT_REPO": "username/my-model-gguf"
"OUTPUT_REPO": "username/my-model-gguf",
"TRUST_REMOTE_CODE": "0"
}
})
```
Keep `TRUST_REMOTE_CODE=0` unless both model repositories have been reviewed and
the architecture requires custom Python code. Setting it to `1` allows
Transformers to import code from the model repository.
## Common Training Patterns
See `references/training_patterns.md` for detailed examples including: