iioSnail commited on
Commit
8135e8c
·
1 Parent(s): ce93088

Upload modeling_glycebert.py

Browse files
Files changed (1) hide show
  1. modeling_glycebert.py +1 -1
modeling_glycebert.py CHANGED
@@ -43,7 +43,7 @@ def download_file(filename: str):
43
  hf_hub_download(
44
  "iioSnail/chinesebert-base",
45
  filename,
46
- cache_dir=cache_path,
47
  user_agent=http_user_agent(),
48
  )
49
  time.sleep(0.2)
 
43
  hf_hub_download(
44
  "iioSnail/chinesebert-base",
45
  filename,
46
+ local_dir=cache_path,
47
  user_agent=http_user_agent(),
48
  )
49
  time.sleep(0.2)