"vscode:/vscode.git/clone" did not exist on "bda1d4faf8a1be9f3155b8ca90cb24cbd7599d24"
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: ...@@ -269,6 +269,7 @@ class FromOriginalModelMixin:
pretrained_model_name_or_path=default_pretrained_model_config_name, pretrained_model_name_or_path=default_pretrained_model_config_name,
subfolder=subfolder, subfolder=subfolder,
local_files_only=local_files_only, local_files_only=local_files_only,
token=token,
) )
expected_kwargs, optional_kwargs = cls._get_signature_keys(cls) 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