Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwyark/my-ai-cookbooks
https://github.com/cwyark/my-ai-cookbooks
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cwyark/my-ai-cookbooks
- Owner: cwyark
- Created: 2024-07-06T11:47:02.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T02:14:41.000Z (3 months ago)
- Last Synced: 2024-08-26T03:29:14.637Z (3 months ago)
- Language: Jupyter Notebook
- Size: 2.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
install torch for apple mac m1
reference:
- https://pytorch.org/blog/introducing-accelerated-pytorch-training-on-mac/
- https://developer.apple.com/metal/pytorch/```bash
pip3 install --pre torch torchvision --extra-index-url https://download.pytorch.org/whl/nightly/cpu
```install tensorflow for apple mac m1
reference:
- https://developer.apple.com/metal/tensorflow-plugin/```bash
pip install tensorflow
```