-
Notifications
You must be signed in to change notification settings - Fork 505
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
Misc changes to make torchax runnable on GPU. #8756
base: master
Are you sure you want to change the base?
Conversation
Add tags and stuff. Prepare for wheel upload.
d6a21e4
to
f9671b2
Compare
f9671b2
to
2f589a2
Compare
.github/workflows/torch_xla2.yml
Outdated
@@ -52,7 +51,7 @@ jobs: | |||
pytest test/test_context.py | |||
pytest test/test_train.py | |||
pytest test/test_mutations.py | |||
pytest test/test_tf_integration.py | |||
# pytest test/test_tf_integration.py #TODO |
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.
Is there an issue we could track this in, and do a classic (TODO())
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.
done created a issue for this : #8770
torchax/README.md
Outdated
|
||
The following instructions assume you are in the `torchax` directory: | ||
Finally install torchax |
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.
NIT: Unnecessary space at end of line
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.
done.
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.
Does not need to be resolved here, but I think it is worth thinking for this README: let's say I am a new customer. In what cases should I use torchax rather than PyTorchXLA?
cd15197
to
f514a18
Compare
Add tags and stuff, README update.