Skip to content

Commit

Permalink
Add blobfile python library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorHack committed Sep 17, 2024
1 parent 94dd806 commit 92f35f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tokenizer-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ jobs:
id: pip_install
run: |
echo "[STEP] Installing 'llama-models' models"
which pip
which python3
pip install -U pip setuptools
pip install -U pip setuptools blobfile
pip install -r requirements.txt
- name: Set environment variable
Expand Down

0 comments on commit 92f35f5

Please sign in to comment.