Ensure trust_remote_code propegates down to unsloth_compile_transformers (#2075)

This commit is contained in:
Xander Hawthorne 2025-03-17 21:43:47 -07:00 committed by GitHub
commit 0738eac901

View file

@ -679,6 +679,7 @@ class FastModel(FastBaseModel):
import_from_cache = False,
disable = False,
return_logits = return_logits,
trust_remote_code = trust_remote_code,
)
pass