We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d6f48 commit a04ae61Copy full SHA for a04ae61
Makefile
@@ -7,8 +7,8 @@ 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=12.1
+ conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
12
pip install packaging
13
pip install flash-attn --no-build-isolation
14
pip install -U pip
0 commit comments