-
Notifications
You must be signed in to change notification settings - Fork 298
[BE] [float8] Run test_everything.sh in float8 test CI using linux.aws.h100.4 #2541
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?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/2541
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled JobAs of commit 2530c2d with merge base c57226b ( CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
63a6069
to
dcb7d63
Compare
dcb7d63
to
aca4873
Compare
fyi @vkuzo |
@@ -53,6 +53,11 @@ jobs: | |||
uv pip install -r dev-requirements.txt | |||
uv pip install vllm | |||
pip install . | |||
pytest test/float8 --verbose -s | |||
pytest test/integration --verbose -s | |||
pytest test/dtypes/test_affine_quantized_float.py --verbose -s |
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.
This removes tests
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.
thanks, added those back.
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.
this is the main way we are testing our integrations, add back
Also seems that there still exsits tests that can run non not 4 gpus that are worth doing
Can you clarify what you mean here? We could use |
Fixes #2477