Conversation
sayakpaul
commented
Nov 1, 2024
| ).images | ||
| out_slice = output[0, -3:, -3:, -1].flatten() | ||
| expected_slice = np.array([0.0149, 0.0322, 0.0073, 0.0134, 0.0332, 0.011, 0.002, 0.0232, 0.0193]) | ||
| expected_slice = np.array([0.0376, 0.0359, 0.0015, 0.0449, 0.0479, 0.0098, 0.0083, 0.0295, 0.0295]) |
Member
Author
There was a problem hiding this comment.
Because of the machine change.
sayakpaul
commented
Nov 1, 2024
| group: aws-g6e-xlarge-plus | ||
| container: | ||
| image: diffusers/diffusers-pytorch-cuda | ||
| options: --shm-size "20gb" --ipc host --gpus 0 |
Member
Author
There was a problem hiding this comment.
Using a large shared memory here.
sayakpaul
commented
Nov 1, 2024
Comment on lines
+355
to
+358
| matrix: | ||
| config: | ||
| - backend: "bitsandbytes" | ||
| test_location: "bnb" |
Member
Author
There was a problem hiding this comment.
Decided to go with a matrix strategy to accommodate for future backends.
Member
Author
|
@DN6 a gentle ping |
DN6
approved these changes
Dec 2, 2024
lawrence-cj
pushed a commit
to lawrence-cj/diffusers
that referenced
this pull request
Dec 4, 2024
* add quantization to nightly CI. * prep. * fix lib name. * remove deps that are not needed. * fix slice.
sayakpaul
added a commit
that referenced
this pull request
Dec 23, 2024
* add quantization to nightly CI. * prep. * fix lib name. * remove deps that are not needed. * fix slice.
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.
What does this PR do?
As discussed.