From 5fe8223ac476d33abefc623c14112cd65aac6f80 Mon Sep 17 00:00:00 2001 From: mirror Date: Thu, 26 Sep 2024 15:58:16 +0800 Subject: [PATCH] Update MACA --- MACA.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/MACA.md b/MACA.md index 6b2fd1f..54416ac 100644 --- a/MACA.md +++ b/MACA.md @@ -69,20 +69,7 @@ apt autoremove ``` - -### MACA Pytorch - -1. **一次性安装** - ```bash - pip install -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 \ No newline at end of file + apt-get update + + +## MACA Pytorch + +1. **一次性安装** + ```bash + pip install -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 + +