Skip to content

Commit

Permalink
fix broken tests (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada authored Apr 25, 2023
1 parent 23a06c9 commit 1f29725
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ppo_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def setUpClass(cls):
set_seed(42)
cls._token = CI_HUB_USER_TOKEN
cls._api = HfApi(endpoint=CI_HUB_ENDPOINT)
cls._api.set_access_token(CI_HUB_USER_TOKEN)
HfFolder.save_token(CI_HUB_USER_TOKEN)

# model_id
Expand Down

0 comments on commit 1f29725

Please sign in to comment.