Skip to content

Commit a04ae61

Browse files
committed
tweak
1 parent a2d6f48 commit a04ae61

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
@@ -7,8 +7,8 @@ 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
1110
conda install -c nvidia cuda-toolkit=12.1
11+
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
1212
pip install packaging
1313
pip install flash-attn --no-build-isolation
1414
pip install -U pip

0 commit comments

Comments
 (0)