Unverified Commit 37543bad authored by Jacky Lee's avatar Jacky Lee Committed by GitHub
Browse files

Add missing dependencies in image classification example (#30820)

fix: missing dependencies
parent 99e16120
...@@ -38,7 +38,7 @@ To see all architectures and checkpoints compatible with this task, we recommend ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment