Update Maca仓库使用工具帮助

mirror 2024-09-11 16:41:01 +08:00
parent cb1a69bcdd
commit e56bc25f03

@ -40,4 +40,8 @@ pip index versions triton -i https://mirror.metax-tech.com/maca-pypi/simple --tr
could not find a version that satisfies the requirement <package>== could not find a version that satisfies the requirement <package>==
``` ```
```
5.考虑到maca pypi包在安装过程中依赖第三方源,https://mirror.metax-tech.com/maca-pypi/simple代理了清华源和阿里源,当`pip install triton==` 和 `pip index versions triton` 包名和第三方源包名相同,区别公司包版本:2.0.0+mc2.23.0.23,2.1.2+metax2.24.05
```