[XPU] upgrade triton-xpu version to 3.7.1 (#25730)
Co-authored-by: Ma Mingfei <mingfei.ma@intel.com>
This commit is contained in:
@@ -68,7 +68,7 @@ cp pyproject_xpu.toml pyproject.toml
|
||||
pip install --upgrade pip setuptools
|
||||
pip install -v . --extra-index-url https://download.pytorch.org/whl/xpu
|
||||
# Using this version of triton-xpu to avoid a bug in the version shipped with torch 2.11.0+xpu
|
||||
pip install triton-xpu --index-url https://download.pytorch.org/whl/test/xpu --force-reinstall # index will change after torch 2.12 release
|
||||
pip install triton-xpu==3.7.1 --index-url https://download.pytorch.org/whl/xpu --force-reinstall
|
||||
```
|
||||
|
||||
### Install Using Docker
|
||||
|
||||
Reference in New Issue
Block a user