You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: cannot import name 'is_g2p_en_available' from 'transformers.utils' (/usr/local/lib/python3.10/dist-packages/transformers/utils/__init__.py)
#28467
Closed
1 of 4 tasks
kli017 opened this issue
Jan 12, 2024
· 3 comments
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction
Hi, I was run the peft_bnb_whisper_large_v2_training.ipynb from peft project. Everything is good till I met the error when I run the code import evaluate. I also try transformers=4.27.4, 4.33,1 and 4.36.2 and get the same error.
Expected behavior
Anyone can help?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
System Info
env: colab
python=3.10
trasformers=4.37.0.dev0
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Hi, I was run the peft_bnb_whisper_large_v2_training.ipynb from peft project. Everything is good till I met the error when I run the code
import evaluate
. I also try transformers=4.27.4, 4.33,1 and 4.36.2 and get the same error.Expected behavior
Anyone can help?
The text was updated successfully, but these errors were encountered: