add hasattr check when print 'triton not found' warning#173397
add hasattr check when print 'triton not found' warning#173397blchxfm wants to merge 1 commit intopytorch:mainfrom
Conversation
|
This appears to be a diff that was exported from phabricator, but the PR author does not have sufficient permissions to run CI. @blchxfm, please do step 2 of internal wiki to get write access so you do not need to get CI approvals in the future. If you think this is a mistake, please contact the Pytorch Dev Infra team. |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/173397
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 2f29543 with merge base e9e4275 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
|
Summary: D90903684 is breaking our torchstream tests and this should fix it. see https://www.internalfb.com/intern/test/562950222982678. Test Plan: buck test -j 18 fbsource//arvr/mode/mac-arm/opt fbcode//frl/ctrl/src2-main/platform/torchstream_ctrl/torchstream_ctrl/prod/tests:test_modules-arvr -- --exact 'fbcode//frl/ctrl/src2-main/platform/torchstream_ctrl/torchstream_ctrl/prod/tests:test_modules-arvr - test_ptq_compatibility (torchstream_ctrl.prod.tests.test_modules.Test_TdsBlock)' --stress-runs 20 --record-results Reviewed By: ogbiggles Differential Revision: D91038779
6eca677 to
612eca0
Compare
|
/easycla |
1 similar comment
|
/easycla |
Summary: D90903684 is breaking our torchstream tests and this should fix it. see https://www.internalfb.com/intern/test/562950222982678. Test Plan: buck test -j 18 fbsource//arvr/mode/mac-arm/opt fbcode//frl/ctrl/src2-main/platform/torchstream_ctrl/torchstream_ctrl/prod/tests:test_modules-arvr -- --exact 'fbcode//frl/ctrl/src2-main/platform/torchstream_ctrl/torchstream_ctrl/prod/tests:test_modules-arvr - test_ptq_compatibility (torchstream_ctrl.prod.tests.test_modules.Test_TdsBlock)' --stress-runs 20 --record-results Reviewed By: ogbiggles Differential Revision: D91038779
612eca0 to
2f29543
Compare
|
@pytorchbot merge -f "Landed internally" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: D90903684 is breaking our torchstream tests and this should fix it. see https://www.internalfb.com/intern/test/562950222982678. Test Plan: buck test -j 18 fbsource//arvr/mode/mac-arm/opt fbcode//frl/ctrl/src2-main/platform/torchstream_ctrl/torchstream_ctrl/prod/tests:test_modules-arvr -- --exact 'fbcode//frl/ctrl/src2-main/platform/torchstream_ctrl/torchstream_ctrl/prod/tests:test_modules-arvr - test_ptq_compatibility (torchstream_ctrl.prod.tests.test_modules.Test_TdsBlock)' --stress-runs 20 --record-results Reviewed By: ogbiggles Differential Revision: D91038779 Regression caused by pytorch#172614 Pull Request resolved: pytorch#173397 Approved by: https://github.com/malfet
Summary:
D90903684 is breaking our torchstream tests and this should fix it.
see https://www.internalfb.com/intern/test/562950222982678.
Test Plan: buck test -j 18 fbsource//arvr/mode/mac-arm/opt fbcode//frl/ctrl/src2-main/platform/torchstream_ctrl/torchstream_ctrl/prod/tests:test_modules-arvr -- --exact 'fbcode//frl/ctrl/src2-main/platform/torchstream_ctrl/torchstream_ctrl/prod/tests:test_modules-arvr - test_ptq_compatibility (torchstream_ctrl.prod.tests.test_modules.Test_TdsBlock)' --stress-runs 20 --record-results
Reviewed By: ogbiggles
Differential Revision: D91038779
Regression caused by #172614