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
My error message says:
File "/home/Moonlit/Compresso/train.py", line 235, in
main()
File "/home/Moonlit/Compresso/train.py", line 204, in main
from transformers.integrations import AzureMLCallback, ProgressCallback
ImportError: cannot import name 'ProgressCallback' from 'transformers.integrations' (/home/longyongliu/.local/lib/python3.10/site-packages/transformers/integrations/init.py)
It looks like there's a problem with the version of Transformer, but I'm building the environment as described in the requirement file.
The text was updated successfully, but these errors were encountered:
My error message says:
File "/home/Moonlit/Compresso/train.py", line 235, in
main()
File "/home/Moonlit/Compresso/train.py", line 204, in main
from transformers.integrations import AzureMLCallback, ProgressCallback
ImportError: cannot import name 'ProgressCallback' from 'transformers.integrations' (/home/longyongliu/.local/lib/python3.10/site-packages/transformers/integrations/init.py)
It looks like there's a problem with the version of Transformer, but I'm building the environment as described in the requirement file.
The text was updated successfully, but these errors were encountered: