-
Notifications
You must be signed in to change notification settings - Fork 35
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
[sharktank] Add Perplexity pre-submit test #579
Merged
Merged
Changes from 2 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
814b364
Add perplexity pre-submit tests
archana-ramalingam 9e965a2
Fix log indentation
archana-ramalingam 3089e61
Add better logging
archana-ramalingam c1f7acc
Merge branch 'main' into perplexity-pre-submit
archana-ramalingam 8266b62
Change hip device for pre-submits
archana-ramalingam 8ea8a24
Merge branch 'perplexity-pre-submit' of https://github.com/nod-ai/sha…
archana-ramalingam 93b6a2b
Add is_mi300x marker to skip ppl tests
archana-ramalingam e88a3ea
Merge branch 'main' into perplexity-pre-submit
archana-ramalingam c5d788e
Rename workflow and job for consistency
archana-ramalingam cca5a14
Merge branch 'main' into perplexity-pre-submit
archana-ramalingam 1b1cec7
Merge branch 'perplexity-pre-submit' of https://github.com/nod-ai/sha…
archana-ramalingam 33d25e1
Add --bs and adjust mean perplexity
archana-ramalingam 453b4d2
Merge branch 'main' into perplexity-pre-submit
archana-ramalingam 71a520d
Merge branch 'main' into perplexity-pre-submit
archana-ramalingam a2d7ac9
Update workflow names to be consistent
archana-ramalingam 03bbced
Use batch_size fixture
archana-ramalingam 1335166
Test longrun tests
archana-ramalingam 2c6b191
Merge branch 'perplexity-pre-submit' of https://github.com/nod-ai/sha…
archana-ramalingam 6626fa1
Correct bs to batch_size
archana-ramalingam 1038878
Merge main changes
archana-ramalingam 33c7995
Add page_cache_size calc to torch ppl
archana-ramalingam 850c775
Remove exceptions
archana-ramalingam 51be7c1
Merge branch 'main' into perplexity-pre-submit
archana-ramalingam 29aadd3
update test name
archana-ramalingam 9886d6f
Merge branch 'perplexity-pre-submit' of https://github.com/nod-ai/sha…
archana-ramalingam 56de4e0
Revert Test longrun tests
archana-ramalingam df33088
Merge branch 'main' into perplexity-pre-submit
archana-ramalingam 5dcac71
Opt in large tests with --run-nightly-llama-tests flag
archana-ramalingam ec02ffb
Merge branch 'perplexity-pre-submit' of https://github.com/nod-ai/sha…
archana-ramalingam 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 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 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.
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.
Is there a reason we are targeting only device hip://6? Should we have the runners available decide the device used?
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.
Ideally, but the specific
iree_device
needs to be passed to thevmfbRunner
. We might require another script/flag to determine a free device and pass that info dynamically. Let me know if it's worth looking into.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.
@saienduri have we setup ways to target specific devices on runners outside hardcoding like this?
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.
Yeah we do. We can specify ROCR_VISIBLE devices so that runners initialize with only certain gpus to avoid conflicts. I can make sure the seperation is in place to avoid conflicts on Monday.