https://github.com/narumiruna/pytorch-metal-acceleration-example
https://github.com/narumiruna/pytorch-metal-acceleration-example
gpu gpu-acceleration macos pytorch
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumiruna/pytorch-metal-acceleration-example
- Owner: narumiruna
- License: mit
- Created: 2022-05-20T07:45:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T08:16:16.000Z (over 3 years ago)
- Last Synced: 2025-03-26T16:13:44.930Z (over 1 year ago)
- Topics: gpu, gpu-acceleration, macos, pytorch
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pytorch-metal-acceleration-example
https://pytorch.org/blog/introducing-accelerated-pytorch-training-on-mac/
```sh
pip install poetry
poetry install
poetry run python main.py
```