"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "de162a1f32481f033cae41dd740da4faad813977"
Unverified Commit 8a628355 authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

Merge pull request #1679 from cregouby/master

Fix https://github.com/huggingface/transformers/issues/1673
parents 93d2fff0 ac29353a
......@@ -284,6 +284,7 @@ class PreTrainedModel(nn.Module):
pretrained_model_name_or_path, *model_args,
cache_dir=cache_dir, return_unused_kwargs=True,
force_download=force_download,
proxies=proxies,
**kwargs
)
else:
......
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