From 05a906cf95a5890157b4f8f26a6484c250bd71d5 Mon Sep 17 00:00:00 2001 From: yuiseki Date: Sun, 21 Apr 2024 13:39:25 +0900 Subject: [PATCH] reorder setup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8ba2a8..0b4f15c 100644 --- a/Makefile +++ b/Makefile @@ -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