mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
[upstream triton] update triton pin to triton 3.5 (#162278)
Update PyTorch to the latest Triton release candidate branch (release/3.5.x in triton-lang/triton) Notably: * this does *not* include the version number bump from 3.4 -> 3.5 (we'll do that in a follow-up PR) * sam_fast is still failing, so we've disabled it temporarily https://github.com/pytorch/pytorch/issues/162282 and we are committed to fixing it, ideally before the branch cut but possibly as a cherry-pick into the release branch. Pull Request resolved: https://github.com/pytorch/pytorch/pull/162278 Approved by: https://github.com/atalman ghstack dependencies: #162244, #162309
This commit is contained in:
parent
e101411b9f
commit
3f5993316e
|
|
@ -1 +1 @@
|
|||
f7888497a1eb9e98d4c07537f0d0bcfe180d1363
|
||||
fccfc522864cf8bc172abe0cd58ae5581e2d44b9
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.4.0
|
||||
3.5.0
|
||||
|
|
|
|||
1
.github/scripts/build_triton_wheel.py
vendored
1
.github/scripts/build_triton_wheel.py
vendored
|
|
@ -84,6 +84,7 @@ def build_triton(
|
|||
["git", "checkout", f"release/{ver}.{rev}.x"], cwd=triton_basedir
|
||||
)
|
||||
else:
|
||||
check_call(["git", "fetch", "origin", commit_hash], cwd=triton_basedir)
|
||||
check_call(["git", "checkout", commit_hash], cwd=triton_basedir)
|
||||
|
||||
# change built wheel name and version
|
||||
|
|
|
|||
|
|
@ -219,7 +219,9 @@ skip:
|
|||
- timm_regnet
|
||||
- timm_nfnet
|
||||
|
||||
cuda: []
|
||||
cuda:
|
||||
# Temporary until https://github.com/pytorch/pytorch/issues/162282 is fixed
|
||||
- sam_fast
|
||||
|
||||
test:
|
||||
training:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user