Skip to content

Commit

Permalink
Update evaluate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 authored Feb 8, 2025
1 parent 52c74ef commit 11fab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/evaluate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
# manually install flash attn
# the install packeage from. https://github.com/Dao-AILab/flash-attention/releases
python3 -m pip install /root/packages/flash_attn-*.whl
python3 -m pip install sentence_transformers --no-deps
python3 -m pip install sentence_transformers==2.2.2 --no-deps
python3 -m pip install -r /root/models/offline_pkg/requirements.txt
- name: Install lmdeploy
if: ${{github.event_name == 'schedule' || !inputs.offline_mode}}
Expand Down

0 comments on commit 11fab06

Please sign in to comment.