From 43809db6467d4f092de8ea8b7c7341aa01824bec Mon Sep 17 00:00:00 2001 From: lp177 Date: Sun, 18 Jun 2023 01:08:02 +0200 Subject: [PATCH] Avoid to go outside of project Bad path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aa10b2..9c24217 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ git clone https://github.com/AetherCortex/Llama-X.git cd Llama-X/src conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.3 -c pytorch pip install transformers==4.29.2 -cd ../.. +cd .. pip install -r requirements.txt ```