Skip to content

Commit

Permalink
fix pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tscholak committed Oct 20, 2024
1 parent e7b950e commit 0a7ac1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 0a7ac1e

Please sign in to comment.