Skip to content

Commit 5c93d38

Browse files
authored
Use system HuggingFace cache for tests (#240)
* use system hf cache for tests * rerun CI
1 parent ac0ec23 commit 5c93d38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/common/fixtures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def cnlp_args(request):
156156
"encoder_name": "roberta-base",
157157
"output_dir": out_dir,
158158
"overwrite_output_dir": True,
159-
"cache_dir": "cache/",
160159
"do_train": True,
161160
"do_eval": True,
162161
"do_predict": True,

0 commit comments

Comments
 (0)