Skip to content

Commit

Permalink
xigin pip installs?
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Feb 3, 2024
1 parent c119792 commit 9f8fe53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-task-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1750,10 +1750,11 @@ jobs:
run: |
# Basic dependencies install, and output setup
mkdir -p ./output
python -m pip install .
python -m pip install -e .
# Install HF transformers and accelerate
python -m pip install accelerate transformers peft sqlitedict evaluate
python -m pip install accelerate transformers peft sqlitedict evaluate sacrebleu
# Depencies for rwkv infctx
python -m pip install lightning==2.1.3 deepspeed==0.12.6 ninja numexpr jsonargparse 'jsonargparse[signatures]' lm-dataformat ftfy sentencepiece tokenizers wandb papermill
Expand Down

0 comments on commit 9f8fe53

Please sign in to comment.