Skip to content

Commit

Permalink
fix token issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hchen19 authored and jacobbieker committed Apr 8, 2024
1 parent 51ec227 commit 8c40296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgmr/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _from_pretrained(
force_download=force_download,
proxies=proxies,
resume_download=resume_download,
use_auth_token=use_auth_token,
token=use_auth_token,
local_files_only=local_files_only,
)
model = cls(**model_kwargs["config"])
Expand Down

0 comments on commit 8c40296

Please sign in to comment.