Cumhur Erkut
Cumhur Erkut
ddsp is working on my M1 using mini-forge. I first created a conda environment and installed M1-TF per apple instructions: https://developer.apple.com/metal/tensorflow-plugin/ and tested TF with M1 & GPU ``` conda...
Good suggestion, but unfortunately does not work. Due pytorch bug https://github.com/pytorch/pytorch/issues/77764 ` File "/opt/homebrew/Caskroom/miniforge/base/envs/galai/lib/python3.9/site-packages/transformers/models/opt/modeling_opt.py", line 113, in forward positions = (torch.cumsum(attention_mask, dim=1).type_as(attention_mask) * attention_mask).long() - 1 NotImplementedError: The operator 'aten::cumsum.out'...
Thanks, almost working now. I created an environment with pytorch-nightly # 2.0.0.dev20221215, installed galai with pip+https and tried `import galai as gal # note it is not from galai import...
Down again, on Sep. 23? Is this an update? Thanks.
Thanks, working now. Great work.
works very nicely.
I am testing the build, installed the libtorch with homebrew ensuring arm64, otherwise followed the instructions. Tested the standalone app, runs as native Apple M1 with high CPU but no...
AU works on Ableton Live 11, VST3 opens on Max/MSP (but Live does not look into ~/Library/Audio/Plug-Ins). I put the M1 build here: https://drive.google.com/file/d/16RBKrUqtoazaNkZZXrONthonsOsu30W7/view?usp=sharing
Sorry, switched to Ventura 13.0 beta, took time to rebuild. The error indicates something missing in protobuf. Could you issue `brew info protobuf` and ensure you have v 21.5 installed?...
General proofs are given by Robert Bristow-Johnson at [[http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt](http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt)], and involve transforming analog filters to digital by bilinear transform. Park's proof for BP-Biquads (p226-227) is way simpler (but less general):...