Skip to content

Commit

Permalink
accelerate unused
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed Sep 23, 2024
1 parent cf021ce commit 14d0f52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/nlp_template_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
UV_HTTP_TIMEOUT: '1500'
run: |
uv pip install --system -r ./local_checkout/all-requirements.txt
uv pip install --system accelerate torchvision
uv pip install --system torchvision
- name: Run pytests
shell: bash
Expand Down
1 change: 0 additions & 1 deletion template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ settings:
- mlflow
- discord
requirements:
- accelerate
- zenml[server]

extra:
Expand Down
1 change: 0 additions & 1 deletion template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
torchvision
accelerate
gradio
zenml[server]>=0.56.3

0 comments on commit 14d0f52

Please sign in to comment.