We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a14c73 commit b12c149Copy full SHA for b12c149
Makefile
@@ -7,6 +7,9 @@ all: $(targets)
7
8
.PHONY: setup lock
9
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
13
pip install -U pip
14
pip install -Ur requirements.txt
15
lock:
0 commit comments