Alysha Creelman
commited on
Adding additional packages due to error
Browse files
.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
|