From d91910f414a83a857dca6e833738ff33ba858c2d Mon Sep 17 00:00:00 2001 From: repos Date: Tue, 17 Dec 2024 09:26:38 +0800 Subject: [PATCH] Update MACA --- MACA.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/MACA.md b/MACA.md index 0877576..dd61ca4 100644 --- a/MACA.md +++ b/MACA.md @@ -344,6 +344,25 @@ pip install triton== -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com ``` + - **7.通过requirements.txt安装** + ```bash + cat < ./requirements.txt + apex + dropout_layer_norm + flash_attn + fused_dense_lib + rotary_emb + torch + torchaudio + torchvision + triton + xentropy_cuda_lib + xformers + + EOF + pip install -r ./requirements_1.txt -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com + + ## 验证安装