Update MACA

mirror 2024-10-12 15:56:04 +08:00
parent b2fbc73663
commit a47a0b1b0a

27
MACA.md

@ -284,22 +284,10 @@
```bash
pip index versions <package> -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
```
### 需要注意
- **包依赖**
```bash
https://repos.metax-tech.com/r/maca-pypi/simple 代理了清华源和阿里源,帮助解决安装过程中的依赖问题。
```
- **沐曦MACA包**
```bash
当第三方源中的包名与沐曦MACA包名相同时,请区分版本号。
沐曦包的版本号格式为:2.0.0+mc2.23.0.23 或 2.1.2+metax2.24.05
```
- **兼容性**
```bash
当前仓库仅支持 Python 3.8 和 Python 3.10 版本。
```
### 环境准备
#### Python
- 匹配目标安装包的 Python 版本(例如,Python 3.8 或者 Python 3.10)
@ -344,4 +332,15 @@
pip install triton==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
```
### 需要注意
#### 包依赖
- https://repos.metax-tech.com/r/maca-pypi/simple 代理了清华源和阿里源,帮助解决安装过程中的依赖问题。
#### 沐曦MACA包
- 当第三方源中的包名与沐曦MACA包名相同时,请区分版本号。
- 沐曦包的版本号格式为:2.0.0+mc2.23.0.23 或 2.1.2+metax2.24.05
#### 兼容性
- 当前仓库仅支持 Python 3.8 和 Python 3.10 版本。