Skip to content

Commit

Permalink
fix typo (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored May 10, 2023
1 parent c9f112e commit 220983d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Remove the xentropy-cuda-lib dependency as PyPI does not support direct installs. The
# error message for importing FusedCrossEntropy gives instructions on how to install if a
# user tries to use it without this dependency.
sed '/xentropy-cuda-lib@git+https:\/\/github.com\/HazyResearch\/flash-attention.git@.*' -i setup.py
sed '/xentropy-cuda-lib@git+https:\/\/github.com\/HazyResearch\/flash-attention.git@.*/d' -i setup.py
python -m pip install --upgrade build twine
python -m build
Expand Down

0 comments on commit 220983d

Please sign in to comment.