Skip to content

Commit 05a906c

Browse files
committed
reorder setup
1 parent a04ae61 commit 05a906c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ all: $(targets)
99
setup:
1010
conda install -c nvidia cuda-toolkit=12.1
1111
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
12+
pip install -U pip
1213
pip install packaging
1314
pip install flash-attn --no-build-isolation
14-
pip install -U pip
1515
pip install -Ur requirements.txt
1616
lock:
1717
pip freeze > requirements.txt.lock

0 commit comments

Comments
 (0)