Skip to content

Commit

Permalink
v0.0.4-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
elgiano committed May 10, 2024
1 parent 7f2627d commit 1f6161e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pluginbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
torch: https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.0.1%2Bcpu.zip

- name: 'macOS-x64'
os: macos-latest
os: macos-12
torch: https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.1.zip

- name: 'macOS-arm64'
arch: arm64
os: macos-latest
os: macos-12

env:
SC_PATH: ${{ github.workspace }}/supercollider
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### v0.0.4-alpha
- NNUGen: allow for a custom number of warmup passes (on my setup with rave v2 models, 2 warmup passes work well to avoid initial stuttering)
- NN: removed automatic model reload on server reboot, in favor of a .reload method

### v0.0.3-alpha
changed implementation to independent per-UGen model instance
Expand Down

0 comments on commit 1f6161e

Please sign in to comment.