Skip to content

Commit

Permalink
Upgrade accelerate to 0.23.0 (#11331)
Browse files Browse the repository at this point in the history
* Upgrade accelerate to 0.23.0
  • Loading branch information
qiyuangong authored Jun 17, 2024
1 parent 183e0c6 commit 5d7c9bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/llm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
cpu_torch_version = ["torch==2.1.2+cpu;platform_system=='Linux'", "torch==2.1.2;platform_system=='Windows'"]
CONVERT_DEP = ['numpy == 1.26.4', # lastet 2.0.0b1 will cause error
'transformers == 4.36.2', 'sentencepiece', 'tokenizers == 0.15.2',
# TODO: Support accelerate 0.22.0
'accelerate == 0.21.0', 'tabulate'] + cpu_torch_version
'accelerate == 0.23.0', 'tabulate'] + cpu_torch_version

SERVING_DEP = ['fschat[model_worker, webui] == 0.2.36', 'protobuf']
windows_binarys = [
Expand Down

0 comments on commit 5d7c9bf

Please sign in to comment.