Skip to content

Commit

Permalink
fix llm perf
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed May 16, 2024
1 parent 1c6d941 commit 67f10ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/update_llm_perf_leaderboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install requirements
run: |
pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install pandas huggingface_hub[hf_transfer]
pip install .
Expand Down
2 changes: 1 addition & 1 deletion llm_perf/update_llm_perf_leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def update_llm_df():
repo_id=REPO_ID,
repo_type=REPO_TYPE,
path_in_repo="llm-df.csv",
path_or_fileobj="llm-df.csv",
path_or_fileobj="open-llm-leaderboard.csv",
)


Expand Down

0 comments on commit 67f10ae

Please sign in to comment.