Skip to content

Commit

Permalink
Update evaluate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 authored Jan 24, 2025
1 parent a02a0bb commit cd92d8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/evaluate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +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 -e /root/packages/AutoAWQ_kernels
python3 -m pip install /root/packages/autoawq-*.whl --no-deps
python3 -m pip install sentence_transformers --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 cd92d8e

Please sign in to comment.