Skip to content

Commit

Permalink
deps tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Feb 3, 2024
1 parent 643f876 commit 5fadac6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gh-task-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1752,16 +1752,17 @@ jobs:
- name: Install dependencies / setup project
run: |
# Basic dependencies install, and output setup
python -m pip install -e .
mkdir -p ./output
python -m pip install -e .
# Install HF transformers and accelerate
python -m pip install accelerate transformers peft sqlitedict
python -m pip install lightning==2.1.3 deepspeed==0.12.6 ninja numexpr jsonargparse 'jsonargparse[signatures]' lm-dataformat ftfy sentencepiece tokenizers wandb papermill
# Setup HF cache
chmod +x ./gh-task-runner/*.sh
./gh-task-runner/hf-cache-setup.sh
# Install HF transformers and accelerate
python -m pip install accelerate transformers peft sqlitedict
- name: Run Task
run: |
# Run it
Expand Down

0 comments on commit 5fadac6

Please sign in to comment.