Skip to content

Commit

Permalink
Pin triton version (#28627)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
ilya-lavrenov authored Jan 23, 2025
1 parent 8dfb9cc commit 23a8cad
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 @@ -20,6 +20,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 23a8cad

Please sign in to comment.