Unverified Commit 6db33337 authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

[Single File] Pass token when fetching interpreted config (#10082)

update
parent beb85668
......@@ -269,6 +269,7 @@ class FromOriginalModelMixin:
pretrained_model_name_or_path=default_pretrained_model_config_name,
subfolder=subfolder,
local_files_only=local_files_only,
token=token,
)
expected_kwargs, optional_kwargs = cls._get_signature_keys(cls)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment