Skip to content

Commit

Permalink
Pin triton version (#28638)
Browse files Browse the repository at this point in the history
### Details:
 - Ported #28627
- We can see here
#28630, that
releases/2025/0 is affected as well.
  • Loading branch information
ilya-lavrenov authored Jan 23, 2025
1 parent 8d7e7ca commit 53d698f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/requirements_pytorch
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pytest-xdist[psutil]==3.6.1
defusedxml==0.7.1

autoawq==0.2.7; platform_system == "Linux" and platform_machine == "x86_64"
# triton is a dependency of autoawq, newer versions lead to TorchFX test failures
triton==3.1.0; platform_system == "Linux" and platform_machine == "x86_64"
auto-gptq==0.7.1; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.12"
av==13.0.0
basicsr==1.4.2; python_version < "3.12"
Expand Down

0 comments on commit 53d698f

Please sign in to comment.