[examples] Solving the diffusion issue of incompatibility issue#3169#3170
Merged
Fazziekey merged 5 commits intohpcaitech:mainfrom Mar 20, 2023
NatalieC323:main
Merged
[examples] Solving the diffusion issue of incompatibility issue#3169#3170Fazziekey merged 5 commits intohpcaitech:mainfrom NatalieC323:main
Fazziekey merged 5 commits intohpcaitech:mainfrom
NatalieC323:main
Conversation
Fazziekey
reviewed
Mar 20, 2023
Fazziekey
reviewed
Mar 20, 2023
Member
|
Please resolve the conflicting files, thanks. |
Contributor
|
the PR looks good, but it still have some conflict, please run git pull origin main --rebase |
NatalieC323
commented
Mar 20, 2023
Contributor
Author
NatalieC323
left a comment
There was a problem hiding this comment.
I have deleted all ":"s in the Readme file and the python version has been changed back to 3.9.12
Fazziekey
approved these changes
Mar 20, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated GitHub documentation:
requirements.txt content is incompatible with the version and cannot be downloaded. It is recommended to change the content opencv-python==4.6.0 to opencv-python==4.6.0.66 (otherwise an error will be reported saying that the corresponding version cannot be found). Similarly, torchmetrics==0.6 should be changed into torchmetrics==0.7 (otherwise it will raise an error of incompatibility)
The instructions 'pip install colossalai' and 'pip install xformer' given in Readme will forward to the latest version. To download the suitable version for this training, pip install colossalai==0.2.5, pip install xformer==0.12.0 is recommended instead
Cuda version installation guide is added to Readme. The recommended version is cuda11.6 to 11.8.