From d9aafa4c577597bdd6bd90b3f53082c6ade1859d Mon Sep 17 00:00:00 2001 From: mirror Date: Thu, 26 Sep 2024 09:10:11 +0800 Subject: [PATCH] Update MACA --- MACA.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MACA.md b/MACA.md index e1828ec..c97b155 100644 --- a/MACA.md +++ b/MACA.md @@ -15,7 +15,7 @@ ``` ```bash - yum install commonlib + yum install maca_sdk ``` - **适配所有 Ubuntu 系统** @@ -25,7 +25,11 @@ echo "deb [arch=$(dpkg --print-architecture)] https://repos.metax-tech.com/r/maca-sdk-deb/ stable main" | tee /etc/apt/sources.list.d/maca-sdk-deb.list apt-get update - apt install commonlib + ``` + + ```bash + apt install maca_sdk + ``` ### MACA Pytorch