Update MACA

mirror 2024-09-27 11:46:05 +08:00
parent 493acc26d6
commit 2176cc9eb4

@ -147,12 +147,14 @@
- **安装**
```bash
pip 21.0 及之前的版本,可以使用pip install <package>== 方式触发错误并列出包的所有可用版本
1.pip 21.0 及之前的版本,可以使用pip install <package>== 方式触发错误并列出包的所有可用版本
pip install triton== -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
pip 21.0 之后版本,使用 pip index versions 命令,用于列出某个包的所有版本
2.pip 21.0 之后版本,使用 pip index versions 命令,用于列出某个包的所有版本
pip index versions triton -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
3.考虑到maca pypi包在安装过程中依赖第三方源,https://repos.metax-tech.com/r/maca-pypi/simple代理了清华源和阿里源,当`pip install triton==` 和 `pip index versions triton` 包名和第三方源包名相同,区别公司包版本:'2.0.0+mc2.23.0.23,2.1.2+metax2.24.05'
- **需注意**