-
Notifications
You must be signed in to change notification settings - Fork 15
update requirements #51
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
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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| megatron-core>=0.12 | ||
| modelscope | ||
| peft>=0.11,<0.19 | ||
| peft>=0.11,<0.20 | ||
| safetensors | ||
| tqdm | ||
| transformers>=4.33,<5.6.0 | ||
| transformers>=4.33,<5.7.0 | ||
|
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 upper bound constraint |
||
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.
The
packaginglibrary is imported insrc/mcore_bridge/patcher.pyandsrc/mcore_bridge/tuners/lora.pybut is not listed as a direct dependency inrequirements.txt. It is best practice to explicitly declare all direct dependencies to ensure environment consistency and avoid potentialImportErrorif transitive dependencies change.