We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52f14b commit 8e590a6Copy full SHA for 8e590a6
Makefile
@@ -8,7 +8,7 @@ all: $(targets)
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
+ conda install -c nvidia cuda-toolkit=12.4
12
pip install flash-attn --no-build-isolation
13
pip install -U pip
14
pip install -Ur requirements.txt
0 commit comments