Skip to content

Running on macOS without CUDA #20

@stuartneo

Description

@stuartneo

Hi,

I try to run this on a macOS with no Nvidia gpu. It is complaining about not being able to compile with cuda

File "/Users/stuart/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 911, in
return self._apply(lambda t: t.cuda(device))
File "/Users/stuart/Library/Python/3.9/lib/python/site-packages/torch/cuda/init.py", line 293, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled

Can you give me some tips?

Also, does the model just work out of the box or do I need to train it?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions