-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorials #41
Conversation
Signed-off-by: Arindam Jati <[email protected]>
Signed-off-by: Arindam Jati <[email protected]>
pyproject.toml
Outdated
@@ -14,7 +14,7 @@ classifiers = ["Development Status :: 4 - Beta", "License :: OSI Approved :: Apa | |||
dependencies = [ | |||
"pandas>=1.4", | |||
"scikit-learn", | |||
"transformers[torch]>=4.36.1", | |||
"transformers[torch]>=4.39.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ssiegel95 - We had to bump up the transformer version, as we were facing some issues in TTM notebooks via colab. I wanted to check with you if you foresee any issues in this version upgrade for merging to the main.
CC: @wgifford
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging this PR as we have reverted the version upgrade...
Tutorial notebooks for
tsfm
Note regarding
transformer
upgrade:It was failing due to some error related to
accelerate
in a Google Colab CPU instance. Got fixed after upgrade. But, this has NOT been tested with existing scripts in GPU/CPU.