Update loader.py

This commit is contained in:
Daniel Han 2025-03-08 18:48:54 -08:00
commit 5f16b4602c

View file

@ -506,7 +506,6 @@ class FastModel(FastBaseModel):
model_config = AutoConfig.from_pretrained(
model_name,
token = token,
revision = revision,
trust_remote_code = trust_remote_code,
)
pass