Update MACA
parent
32d59737e6
commit
d91910f414
19
MACA.md
19
MACA.md
@ -344,6 +344,25 @@
|
||||
pip install triton==<version> -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
|
||||
```
|
||||
|
||||
- **7.通过requirements.txt安装**
|
||||
```bash
|
||||
cat <<EOF> ./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
|
||||
|
||||
|
||||
|
||||
|
||||
## 验证安装
|
||||
|
Loading…
Reference in New Issue
Block a user