Add missing dependencies in image classification example (#30820)
fix: missing dependencies
This commit is contained in:
@@ -38,7 +38,7 @@ To see all architectures and checkpoints compatible with this task, we recommend
|
|||||||
Before you begin, make sure you have all the necessary libraries installed:
|
Before you begin, make sure you have all the necessary libraries installed:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install transformers datasets evaluate accelerate
|
pip install transformers datasets evaluate accelerate pillow torchvision scikit-learn
|
||||||
```
|
```
|
||||||
|
|
||||||
We encourage you to log in to your Hugging Face account to upload and share your model with the community. When prompted, enter your token to log in:
|
We encourage you to log in to your Hugging Face account to upload and share your model with the community. When prompted, enter your token to log in:
|
||||||
|
|||||||
Reference in New Issue
Block a user