From 0a7ac1e5b5ad97e0f331d48abe918132b21a932e Mon Sep 17 00:00:00 2001 From: Torsten Scholak Date: Sun, 20 Oct 2024 09:00:15 -0400 Subject: [PATCH] fix pip installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a44ef69b..1799b6a7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Expect to see a significant speedup in training time compared to other libraries #SBATCH --ntasks=$(scontrol show node | grep -c NodeName) #SBATCH --exclusive - srun bash -c 'pip install git+ssh://git@github.com/ServiceNow/Fast-LLM.git' + srun bash -c 'pip install --no-cache-dir -e "git+https://github.com/ServiceNow/Fast-LLM.git#egg=llm[CORE,OPTIONAL,DEV]"' EOF ```