-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[docs] update docs #9250
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
[docs] update docs #9250
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -78,7 +78,7 @@ Recommended Operating Environment: | |
| | transformers | >=4.33 | 4.57.6/5.6.2 | | | ||
| | modelscope | >=1.23 | | | | ||
| | peft | >=0.11,<0.20 | | LoRA | | ||
| | trl | >=0.15,<0.30 | | RLHF | | ||
| | trl | >=0.15,<1.0 | | RLHF | | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
|
|
||
| ## Quick Start Example | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |||||
| # pip install sglang -U | ||||||
| pip install "vllm>=0.5.1" -U | ||||||
| pip install "lmdeploy>=0.5,<0.10.2" -U --no-deps | ||||||
| pip install "transformers<5.7" "trl<0.30" peft -U | ||||||
| pip install "transformers<5.8" "trl<1.0" peft -U | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The dependency constraints in this script should be consistent with those defined in
Suggested change
|
||||||
| pip install auto_gptq optimum bitsandbytes "gradio<5.33" -U | ||||||
| pip install git+https://github.com/modelscope/ms-swift.git#egg=ms-swift[all] | ||||||
| pip install timm "deepspeed<0.19" -U | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency with other documentation files (such as
README.mdandSWIFT-installation.md), the recommended version fortrlshould be specified as0.29.1in this table.