Update MACA

repos 2024-12-17 09:38:07 +08:00
parent 44922e466b
commit dccd478881

14
MACA.md

@ -298,12 +298,17 @@
For Windows 在文件 %USERPROFILE%/.condarc 中删除 "- defaults" 这一行
```
### 列出可用版本
-
```bash
conda search <PKG Name> --info -c https://repos.metax-tech.com/r/maca-conda/
```
## 兼容性
- 当前仓库仅支持 Python 3.8 和 Python 3.10 版本。
## 安装指南
- **1.安装 mcPyTorch**
@ -393,15 +398,6 @@
python -m pip uninstall torch
```
## 需要注意
### 包依赖
- 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 版本。