Last active
November 19, 2025 13:08
-
-
Save speedcell4/823d79d9fcf95bb14bff3d5b75794fbe to your computer and use it in GitHub Desktop.
New Python Env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python3 -m pip install pip setuptools pytest hypothesis --no-cache-dir | |
| python3 -m pip install torch torchvision torchaudio triton transformers datasets tokenizers liger-kernel --no-cache-dir | |
| python3 -m pip install packaging ninja aku chew torchdevice torchgather torchnyen --no-cache-dir | |
| MAX_JOBS=$(nproc) python3 -m pip install flash-attn --no-build-isolation --no-cache-dir -v | |
| python3 -m pip install git+https://github.com/speedcell4/torchlatent.git@develop | |
| python3 -m pip install git+https://github.com/speedcell4/torchglyph.git@develop | |
| python3 -m pip install git+https://github.com/speedcell4/torchrua.git@develop | |
| python3 -m pip install git+https://github.com/speedcell4/torchshya.git --no-deps |
Author
curl -sSL https://gist.githubusercontent.com/speedcell4/823d79d9fcf95bb14bff3d5b75794fbe/raw/env.sh | sh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.