-
Notifications
You must be signed in to change notification settings - Fork 320
Python 3.10.14, Fixed the VILA INSTALL error for the following packages: [1]deepspeed==0.9.5, [2]wavedrom #217
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 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 |
|---|---|---|
|
|
@@ -34,7 +34,7 @@ vila-infer = "llava.cli.infer:main" | |
| vila-upload = "llava.cli.upload2hf:main" | ||
|
|
||
| [project.optional-dependencies] | ||
| train = ["deepspeed==0.9.5", "ninja", "wandb"] | ||
| train = ["deepspeed>=0.9.5", "ninja", "wandb"] | ||
|
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. vila has to pin ds version to 0.9.5
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. However, if the deepspeed version is fixed at 0.9.5, when executing environment_setup.sh to install this version, the following error messages will appear:
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. cannot reproduce the error on my side. What is your python version?
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. Python Version: 3.10.14 |
||
| eval = ["word2number", "Levenshtein", "nltk", "pywsd"] | ||
|
|
||
| [project.urls] | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.