Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cwyark/my-ai-cookbooks


https://github.com/cwyark/my-ai-cookbooks

Last synced: 9 days ago
JSON representation

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
```