Skip to content

Commit

Permalink
CU-8692wcmp7: include accelerate as required by the de-id test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Oct 10, 2023
1 parent 158ef58 commit a5cdb8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
'gensim>=4.3.0', # first to support 3.11
'spacy>=3.1.0',
'scipy~=1.9.2', # first to support 3.11
'transformers>=4.34',
'transformers>=4.34.0',
'accelerate>=0.23.0', # required by Trainer class in de-id
'torch>=1.13.0', # first to support 3.11
'tqdm>=4.27',
'scikit-learn>=1.1.3', # first to supporrt 3.11
Expand Down

0 comments on commit a5cdb8a

Please sign in to comment.