Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
You can add a comment to the PR and tag @pytorchbot with the following commands: # ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun
# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slowFor more information, please take a look at the CI Flow Wiki. |
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 93c783a (more details on the Dr. CI page):
🕵️ 26 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
82c3921 to
986a71f
Compare
|
@pytorchbot ciflow rerun -l ciflow/foobar |
986a71f to
618b88c
Compare
d1e5c30 to
1f7273b
Compare
6e663fb to
f0d3e11
Compare
There was a problem hiding this comment.
Why are we changing py3.7 workflow instead of adding new 3.10 workflow ?
There was a problem hiding this comment.
Because there are other python-3.7 cuda enabled configs, aren't they?
There was a problem hiding this comment.
Yes true we do have multiple 3.7 configs
There was a problem hiding this comment.
Thank you, for getting rid of this case
There was a problem hiding this comment.
This file is not really related to python 3.10. Sould it be included in this PR ?
There was a problem hiding this comment.
Good point, let me update
|
@pytorchbot ciflow rerun |
f0d3e11 to
3d35d45
Compare
|
@pytorchbot ciflow rerun |
41a6fa7 to
02f7bd5
Compare
02f7bd5 to
d6652f3
Compare
d6652f3 to
764f6c3
Compare
764f6c3 to
55c9b74
Compare
55324c3 to
93c783a
Compare
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Second attempt of landing the change after #66530
Second attempt of landing the change after #66530
Second attempt of landing the change after #66530
Second attempt of landing the change after #66530
Second attempt of landing the change after #66530
Second attempt of landing the change after #66530 Skip nan hashes comparison validation in `jit/test_hash.py`, as it behaves differently in 3.10 vs other pythons Skip tensor_fx assert tests Skip initializing uint8 tensors from negative values in `TestScript.test_torch_tensor_as_tensor` Final step in closing #66424 Pull Request resolved: #81233 Approved by: https://github.com/seemethere
Summary: Second attempt of landing the change after #66530 Skip nan hashes comparison validation in `jit/test_hash.py`, as it behaves differently in 3.10 vs other pythons Skip tensor_fx assert tests Skip initializing uint8 tensors from negative values in `TestScript.test_torch_tensor_as_tensor` Final step in closing #66424 Pull Request resolved: #81233 Approved by: https://github.com/seemethere Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/7ccf693cf6ca28a215d7a79b45cf6f47dfd22029 Reviewed By: DanilBaibak Differential Revision: D37919654 Pulled By: malfet fbshipit-source-id: 20d2cc1258e7411a669d96ad7b423b92f4f8593b
Second attempt of landing the change after #66530 Skip nan hashes comparison validation in `jit/test_hash.py`, as it behaves differently in 3.10 vs other pythons Skip tensor_fx assert tests Skip initializing uint8 tensors from negative values in `TestScript.test_torch_tensor_as_tensor` Final step in closing #66424 Pull Request resolved: #81233 Approved by: https://github.com/seemethere (cherry picked from commit 7ccf693)
Needed to be able to install newer Python versions (Python-3.11 in this case), which do not have numerous packages that default environment must have In addition, fix weird incursion of `conda-forge` by torch-deploy test. Reincarnation of an old #66530 Pull Request resolved: #92378 Approved by: https://github.com/kit1980
First step towards #66424