Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Apr 21, 2024
1 parent a2d6f48 commit a04ae61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ all: $(targets)

.PHONY: setup lock
setup:
conda install pytorch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 pytorch-cuda=12.1 -c pytorch -c nvidia
conda install -c nvidia cuda-toolkit=12.1
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
pip install packaging
pip install flash-attn --no-build-isolation
pip install -U pip
Expand Down

0 comments on commit a04ae61

Please sign in to comment.