Skip to content

Commit

Permalink
reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
rreece committed Jan 4, 2024
1 parent fe49540 commit 5e329c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hf_bert_sentiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_save_checkpoint():

# check that it exists
output_dir = checkpoint_name
output_model_file = os.path.join(output_dir, "pytorch_model.bin")
output_model_file = os.path.join(output_dir, "model.safetensors")
output_config_file = os.path.join(output_dir, "config.json")
output_vocab_file = os.path.join(output_dir, "vocab.txt")
assert os.path.exists(output_model_file)
Expand Down

0 comments on commit 5e329c6

Please sign in to comment.