Skip to content

Commit

Permalink
Image Classification Example Bug Fix (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathikr authored Feb 25, 2024
1 parent b5f4de3 commit 4a5d97b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
from transformers.utils import check_min_version, send_example_telemetry
from transformers.utils.versions import require_version

from optimum import ORTTrainer, ORTTrainingArguments
from optimum.onnxruntime import ORTTrainer, ORTTrainingArguments


""" Fine-tuning a 🤗 Transformers model for image classification"""
Expand Down

0 comments on commit 4a5d97b

Please sign in to comment.