Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
caillonantoine committed May 31, 2022
1 parent 9bc4e76 commit 1952918
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ cmake --build . --config Release
Use `cmake --help` to find the generator name for your Visual Studio version

- Copy all the DLLs from `<unzipped libtorch directory>\lib` to the Max 7/8 installation directory, next to `Max.exe`

### Raspberry Pi

While nn~ can be compiled and used on Raspberry Pi, you may have to consider using lighter deep learning models. We currently only support 64bit OS.

Install nn~ for PureData using

```bash
curl -s https://raw.githubusercontent.com/acids-ircam/nn_tilde/master/install/raspberrypi.sh | bash
```
3 changes: 2 additions & 1 deletion install/raspberrypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ sudo cp frontend/puredata/nn_tilde/nn~.pd_linux /usr/local/lib/pd-externals/
cd ../../
rm -fr nn_tilde

echo "done !"
echo "installed nn~ to /usr/local/lib/pd-externals/ !"
echo "have fun !"

0 comments on commit 1952918

Please sign in to comment.