We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04ae61 commit 05a906cCopy full SHA for 05a906c
Makefile
@@ -9,9 +9,9 @@ all: $(targets)
9
setup:
10
conda install -c nvidia cuda-toolkit=12.1
11
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
12
+ pip install -U pip
13
pip install packaging
14
pip install flash-attn --no-build-isolation
- pip install -U pip
15
pip install -Ur requirements.txt
16
lock:
17
pip freeze > requirements.txt.lock
0 commit comments