Skip to content

Commit b12c149

Browse files
committed
Update setup target of Makefile
1 parent 2a14c73 commit b12c149

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ all: $(targets)
77

88
.PHONY: setup lock
99
setup:
10+
conda install pytorch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 pytorch-cuda=12.1 -c pytorch -c nvidia
11+
conda install -c nvidia cuda-toolkit=11.6
12+
pip install flash-attn --no-build-isolation
1013
pip install -U pip
1114
pip install -Ur requirements.txt
1215
lock:

0 commit comments

Comments
 (0)