Update MACA

mirror 2024-09-27 11:38:50 +08:00
parent 44f456c9db
commit 48a71b19c1

@ -136,13 +136,13 @@
## MACA Pytorch ## MACA Pytorch
1. **一次性安装** - **一次性安装**
```bash ```bash
pip install <PKG Name> -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host https://repos.metax-tech.com pip install <PKG Name> -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host https://repos.metax-tech.com
2. **永久配置** - **永久配置**
```bash ```bash
pip config set global.index-url https://repos.metax-tech.com/r/maca-pypi/simple pip config set global.index-url https://repos.metax-tech.com/r/maca-pypi/simple
pip config set global.trusted-host https://repos.metax-tech.com pip config set global.trusted-host https://repos.metax-tech.com
- **需注意**