-
Notifications
You must be signed in to change notification settings - Fork 121
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
First Issue #2
Comments
I will remove the CUDA assertions and keep CPU support. I'm not sure if it's possible to get GPU support on Mac using ROCm for training. For inference, we can use onnx-coreml. |
Ive looked into it its complicated. There is a torchcl but its old and unmaintained. There is swift TensorFlow, if we moved the model to tf … the tf model apparently then loads into CoreML.
On 22 Nov 2019, at 15:52, Chris Seymour <notifications@github.com<mailto:notifications@github.com>> wrote:
I will remove the CUDA assertions and keep CPU support.
I'm not sure if it's possible to get GPU support on Mac using ROCm<https://rocm.github.io/pytorch.html> for training. For inference, we can use onnx-coreml<https://github.com/onnx/onnx-coreml>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#2>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACOE5LTA5VDFHF6KCCGMD33QU753HANCNFSM4JQQFYBA>.
IMPORTANT NOTICE: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Although we routinely screen for viruses, addressees should check this e-mail and any attachment for viruses. We make no warranty as to absence of viruses in this e-mail or any attachments. Registered Office: Oxford Science Park, Oxford OX4 4DQ; Registered No. 05386273 ; VAT No 874 642494. Think about the environment - Do you need to print this email?
|
CPU support in 4ee06ee. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How does a lame Mac user run this sans CUDA ? i.e. CPU only.
File "/Users/cbrown/Dropbox/dev/python/bonito/bonito/util.py", line 34, in init
assert(torch.cuda.is_available())
AssertionError
The text was updated successfully, but these errors were encountered: