📦 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
@@ -117,11 +117,16 @@ hf_jobs("uv", {
"ADAPTER_MODEL": "username/my-finetuned-model",
"BASE_MODEL": "Qwen/Qwen2.5-0.5B",
"OUTPUT_REPO": "username/my-model-gguf",
"TRUST_REMOTE_CODE": "0",
"HF_USERNAME": "username" # Optional, for README
}
})
```
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.
## Conversion Process
The script performs these steps: