Skip to content

Commit

Permalink
fixing setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Feb 3, 2024
1 parent 96d40d0 commit 4ba4a5b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gh-task-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1751,15 +1751,19 @@ jobs:

- name: Install dependencies / setup project
run: |
# Basic dependencies install, and output setup
pip install -e .
mkdir -p ./output
- name: Run Task
run: |
# Setup HF cache
chmod +x ./gh-task-runner/*.sh
./gh-task-runner/hf-cache-setup.sh
# Install HF transformers and accelerate
pip install accelerate transformers
- name: Run Task
run: |
# Run it
echo "# ------------------------------"
echo "# Running Task ...."
Expand Down

0 comments on commit 4ba4a5b

Please sign in to comment.