-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[CI] add a big GPU marker to run memory-intensive tests separately on CI #9691
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
32e23d8
add a marker for big gpu tests
sayakpaul da92ca0
update
sayakpaul 219a3cc
trigger on PRs temporarily.
sayakpaul c679563
onnx
sayakpaul a0bae4b
fix
sayakpaul 95f396e
total memory
sayakpaul 02f0aa3
fixes
sayakpaul 9441016
reduce memory threshold.
sayakpaul 15d1127
bigger gpu
sayakpaul 6c82fd4
Merge branch 'main' into big-model-marker
sayakpaul 676b8a5
empty
sayakpaul 3b50732
g6e
sayakpaul 9ef5435
Apply suggestions from code review
sayakpaul 4ff06b4
address comments.
sayakpaul 46cab82
fix
sayakpaul 2b25688
fix
sayakpaul b0568da
fix
sayakpaul 928dd73
fix
sayakpaul 9020d8f
fix
sayakpaul 2732720
okay
sayakpaul f265f7d
further reduce.
sayakpaul 1755305
updates
sayakpaul fcb57ae
remove
sayakpaul 6f477ac
updates
sayakpaul ff47576
updates
sayakpaul 1ad8c64
updates
sayakpaul 605a21d
updates
sayakpaul 9e1cacb
fixes
sayakpaul 0704d9a
fixes
sayakpaul c9fd1ab
updates.
sayakpaul f8086f6
Merge branch 'main' into big-model-marker
sayakpaul e31b0bd
Merge branch 'main' into big-model-marker
sayakpaul cf280ba
fix
sayakpaul 5b9c771
Merge branch 'main' into big-model-marker
a-r-r-o-w 0e07597
Merge branch 'main' into big-model-marker
sayakpaul 4fcd223
Merge branch 'main' into big-model-marker
sayakpaul 1302ecd
Merge branch 'main' into big-model-marker
sayakpaul 2084be0
workflow fixes.
sayakpaul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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 this test was correctly done as it doesn't pass the
controlnet
module to the pipeline and it also uses very dummy inputs which I think should be avoided for an integration test. LMK if you think otherwise.