8000 fix requirements.txt by david-gao1 · Pull Request #8 · antgroup/LLMOPT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

fix requirements.txt #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pip install transforme 6254 rs==4.42.0
pip install accelerate==0.27.2
pip install tiktoken==0.7.0
pip install einops==0.7.0
pip install transformers_stream_generator==0.0.4
pip install peft==0.11.1
pip install deepspeed==0.10.0
pip install pandas==2.0.1
pip install Jinja2==3.1.4
pip install trl==0.9.6
transformers==4.42.0
accelerate==0.27.2
tiktoken==0.7.0
einops==0.7.0
transformers_stream_generator==0.0.4
peft==0.11.1
deepspeed==0.10.0
pandas==2.0.1
Jinja2==3.1.4
trl==0.9.6
0