From 0b24f2ba19f94b916dd8e243448ed172fe7990b8 Mon Sep 17 00:00:00 2001 From: repos Date: Tue, 24 Dec 2024 15:06:57 +0800 Subject: [PATCH] Update MACA --- MACA.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MACA.md b/MACA.md index f610c24..bfb6b7b 100644 --- a/MACA.md +++ b/MACA.md @@ -250,14 +250,14 @@ - 如果不使用 PyTorch Extension 功能,可以不配置 cu-bridge 环境。关于 PyTorch Extension 功能,参见官网描述。 -### Pypi安装 +### Pip安装 #### 单包安装 - **使用以下命令安装指定包** ```bash pip install -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com ``` -#### 使用requirements.txt安装 +#### 使用requirements.txt批量安装 - **在命令行中指定 maca-pypi 源地址** ```bash pip install -r ./requirements.txt -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com