-
Notifications
You must be signed in to change notification settings - Fork 480
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
Update artifacts.auto.tfvars for r2.1 with py39/310 for tpu/gpu #5741
base: master
Are you sure you want to change the base?
Conversation
c3a7fca
to
bc32ce0
Compare
bundle_libtpu = "1" | ||
}, | ||
{ | ||
git_tag = "v2.1.0" |
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.
I added this build in #5744
@@ -65,6 +66,22 @@ versioned_builds = [ | |||
python_version = "3.9" | |||
bundle_libtpu = "0" | |||
}, | |||
{ | |||
git_tag = "v2.1.0" |
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.
Who is the 3.9 build with libtpu for? The bundled build is primarily for Kaggle, who uses Python 3.10
git_tag = "v2.1.0" | ||
pytorch_git_rev = "v2.1.0" | ||
package_version = "2.1.0" | ||
accelerator = "cuda" |
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.
I think we only need the CUDA 12.1 build, right? That's the one that will work with the default torch wheel IIRC
No description provided.