Update MACA

mirror 2024-09-27 16:02:02 +08:00
parent 61cea5e7a7
commit 8e7d1d02e4

12
MACA.md

@ -175,22 +175,22 @@
### 安装指南 ### 安装指南
- **1.安装 mcPyTorch** - **1.安装 mcPyTorch**
```bash ```bash
pip install pip install torch==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com pip install pip install torch==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
``` ```
- **2. 安装 mcFlashattn** - **2. 安装 mcFlashattn**
```bash ```bash
pip install flash_attn==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com pip install flash_attn==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
``` ```
- **3.安装 mcTorchvision** - **3.安装 mcTorchvision**
```bash ```bash
pip install torchvision==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com pip install torchvision==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
``` ```
- **4.安装mcTorchaudio** - **4.安装mcTorchaudio**
```bash ```bash
pip install torchaudio==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com pip install torchaudio==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
``` ```
@ -200,8 +200,8 @@
pip install apex==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com pip install apex==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
``` ```
- **6.安装 mcTriton** - **6.安装 mcTriton**
```bash ```bash
pip install triton==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com pip install triton==<version> i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
``` ```