Skip to content

Commit

Permalink
chore: update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachneet committed Jan 3, 2025
1 parent 6d167a7 commit 2888171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Install dependencies
run: |
pip install torch==2.4.0
pip install flash-attn==2.6.3 --no-build-isolation
pip install .
pip install -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fastapi==0.111.0
fastapi-cli==0.0.4
fastchat==0.1.0
torch==2.4.0
flash-attn==2.6.3 --install-option="--no-build-isolation"
flash-attn==2.6.3
flashinfer==0.1.2+cu121torch2.3
huggingface-hub==0.23.4
langchain==0.3.3
Expand Down

0 comments on commit 2888171

Please sign in to comment.