📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user