From 37543bad3c1589bfe469e76f896b7fd5e5b1d0e6 Mon Sep 17 00:00:00 2001 From: Jacky Lee <39754370+jla524@users.noreply.github.com> Date: Tue, 14 May 2024 23:38:30 -0700 Subject: [PATCH] Add missing dependencies in image classification example (#30820) fix: missing dependencies --- docs/source/en/tasks/image_classification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/tasks/image_classification.md b/docs/source/en/tasks/image_classification.md index 81ff45c4c8..279216443b 100644 --- a/docs/source/en/tasks/image_classification.md +++ b/docs/source/en/tasks/image_classification.md @@ -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: