From 8d5701631043845fb3632eb1caba9fb6cf51a461 Mon Sep 17 00:00:00 2001 From: repos Date: Tue, 17 Dec 2024 10:14:25 +0800 Subject: [PATCH] Update MACA --- MACA.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/MACA.md b/MACA.md index a1c35ec..f8d6114 100644 --- a/MACA.md +++ b/MACA.md @@ -349,7 +349,27 @@ pip install triton== -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com ``` - - **7.通过requirements.txt安装** + - **7.通过requirements.txt安装** + ```bash + cat < ./requirements.txt + -i https://repos.metax-tech.com/r/maca-pypi/simple + apex + dropout_layer_norm + flash_attn + fused_dense_lib + rotary_emb + torch + torchaudio + torchvision + triton + xentropy_cuda_lib + xformers + + EOF + pip install -r ./requirements.txt + + + ```bash cat < ./requirements.txt apex