Update MACA
parent
cb7867780e
commit
8d57016310
20
MACA.md
20
MACA.md
@ -350,6 +350,26 @@
|
|||||||
```
|
```
|
||||||
|
|
||||||
- **7.通过requirements.txt安装**
|
- **7.通过requirements.txt安装**
|
||||||
|
```bash
|
||||||
|
cat <<EOF> ./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
|
```bash
|
||||||
cat <<EOF> ./requirements.txt
|
cat <<EOF> ./requirements.txt
|
||||||
apex
|
apex
|
||||||
|
Loading…
Reference in New Issue
Block a user