-
Notifications
You must be signed in to change notification settings - Fork 211
Updated dependencies in Windows examples #622
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
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 |
|---|---|---|
|
|
@@ -8,4 +8,4 @@ peft>=0.5.0 | |
| rwkv>=0.7.3 | ||
| tiktoken==0.7.0 | ||
| tqdm==4.66.5 | ||
| transformers==4.49.0 | ||
| transformers==4.57.3 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| datasets>=2.14.5 | ||
| onnx==1.18.0 | ||
| torch==2.6.0 | ||
| transformers==4.49.0 | ||
| torch==2.9.0 | ||
| transformers==4.57.3 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,10 +4,10 @@ datasets==2.19.0 | |
| evaluate | ||
| jiwer | ||
| librosa | ||
| onnx==1.17.0 | ||
| onnx==1.18.0 | ||
| onnxruntime-gpu==1.20.1 | ||
| optimum==1.23.3 | ||
| soundfile | ||
| torch==2.7.0+cu128 | ||
| torchaudio==2.7.0+cu128 | ||
|
Comment on lines
11
to
12
Collaborator
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. Can we update this torch dependencies to 2.9 as well?
Contributor
Author
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 reason why we kept these torch dependencies to 2.7, is because torchaudio >= 2.8 requires ffmpeg binaries which cannot be installed by pip and needs to be installed manually. Since torchaudio == 2.7 requires torch ==2.7 we cannot upgrade torch as well
Contributor
Author
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. I have written steps to upgrade torch dependencies in the README though. |
||
| transformers==4.48.0 | ||
| transformers==4.57.3 | ||
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.
Can we use onnx 1.19 and ort 1.23?
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.
I don't think there should be an issue upgrading onnx to 1.19 but i need to test the scripts for onnxruntime-gpu. Will update in comment, if it works.