Update MACA
parent
48cf65f5df
commit
5fe8223ac4
31
MACA.md
31
MACA.md
@ -69,20 +69,7 @@
|
||||
apt autoremove
|
||||
```
|
||||
|
||||
|
||||
### MACA Pytorch
|
||||
|
||||
1. **一次性安装**
|
||||
```bash
|
||||
pip install <PKG Name> -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host https://repos.metax-tech.com
|
||||
|
||||
1. **永久配置**
|
||||
```bash
|
||||
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
|
||||
|
||||
|
||||
### Metax Driver
|
||||
## Metax Driver
|
||||
|
||||
- **适配 CentOS 7**
|
||||
|
||||
@ -115,4 +102,18 @@
|
||||
```bash
|
||||
curl -fsSL https://repos.metax-tech.com/public.gpg.key | apt-key add -
|
||||
echo "deb [arch=$(dpkg --print-architecture)] https://repos.metax-tech.com/r/metax-driver-ubuntu/ stable main" | tee /etc/apt/sources.list.d/metax-driver-ubuntu.list
|
||||
apt-get update
|
||||
apt-get update
|
||||
|
||||
|
||||
## MACA Pytorch
|
||||
|
||||
1. **一次性安装**
|
||||
```bash
|
||||
pip install <PKG Name> -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host https://repos.metax-tech.com
|
||||
|
||||
1. **永久配置**
|
||||
```bash
|
||||
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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user