Skip to content

Commit

Permalink
reorder setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Apr 21, 2024
1 parent a04ae61 commit 05a906c
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 @@ -9,9 +9,9 @@ all: $(targets)
setup:
conda install -c nvidia cuda-toolkit=12.1
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
pip install -U pip
pip install packaging
pip install flash-attn --no-build-isolation
pip install -U pip
pip install -Ur requirements.txt
lock:
pip freeze > requirements.txt.lock
Expand Down

0 comments on commit 05a906c

Please sign in to comment.