已合并
add triton-ascend in requirements #36627
daifu1234567创建于 5月25日
add triton-ascend in requirements #36627
已合并
共 1 个文件变更+3-0
| @@ -1,7 +1,10 @@ | |||
| 1 | --extra-index-url https://download.pytorch.org/whl/cpu | 1 | --extra-index-url https://download.pytorch.org/whl/cpu |
| 2 | +--extra-index-url https://triton-ascend.osinfra.cn/pypi/simple | ||
| 2 | 3 | ||
| 3 | pyyaml | 4 | pyyaml |
| 4 | setuptools | 5 | setuptools |
| 5 | auditwheel | 6 | auditwheel |
| 6 | 7 | ||
| 7 | torch==2.9.0 | 8 | torch==2.9.0 |
| 9 | + | ||
| 10 | +triton-ascend==3.2.1 | ||