Skip to content

Commit

Permalink
Add missing dependencies in image classification example (huggingface…
Browse files Browse the repository at this point in the history
…#30820)

fix: missing dependencies
  • Loading branch information
jla524 authored May 15, 2024
1 parent 99e1612 commit 37543ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/tasks/image_classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```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:
Expand Down

0 comments on commit 37543ba

Please sign in to comment.