Alysha Creelman commited on
Commit
d4c7ed3
·
unverified ·
1 Parent(s): 1b531eb

Adding additional packages due to error

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -0
.github/workflows/main.yml CHANGED
@@ -28,6 +28,7 @@ jobs:
28
  pip install fastapi==0.112.4
29
  pip install gradio==3.23.0
30
  pip install transformers torch huggingface_hub
 
31
 
32
  # Run unit tests with pytest
33
  - name: Run tests
 
28
  pip install fastapi==0.112.4
29
  pip install gradio==3.23.0
30
  pip install transformers torch huggingface_hub
31
+ pip install accelerate
32
 
33
  # Run unit tests with pytest
34
  - name: Run tests