Skip to content

Commit

Permalink
Use pip3 for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Dec 27, 2023
1 parent ba35f3c commit 70047d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pushd "axolotl"
pip3 install packaging wheel

# install flash-attn without build isolation
cat requirements.txt | grep flash-attn | xargs pip install --no-build-isolation
cat requirements.txt | grep flash-attn | xargs pip3 install --no-build-isolation

# install axolotl
pip3 install -e ".[flash-attn,deepspeed]"
Expand Down

0 comments on commit 70047d5

Please sign in to comment.