Skip to content

Commit

Permalink
ping fa2
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Dec 5, 2024
1 parent 963742e commit 9863531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sudo apt install iperf -y
uv venv
source .venv/bin/activate
uv sync --extra all
uv pip install flash-attn --no-build-isolation
uv pip install flash-attn==2.6.3 --no-build-isolation
git submodule update --init --recursive
```

Expand Down
2 changes: 1 addition & 1 deletion scripts/install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ main() {
uv sync --extra all

log_info "Installing flash-attn..."
uv pip install flash-attn --no-build-isolation
uv pip install flash-attn==2.6.3 --no-build-isolation

log_info "Updating git submodules..."
git submodule update --init --recursive
Expand Down

0 comments on commit 9863531

Please sign in to comment.