* initial encodec

* works

* nits

* use fast group norm

* fix for rnn layer

* fix mlx version

* use custom LSTM kernel

* audio encodec

* fix example, support batched inference

* nits
This commit is contained in:
Awni Hannun
2024-09-23 11:39:25 -07:00
committed by GitHub
parent 796d5e40e4
commit 9bb2dd62f3
10 changed files with 1267 additions and 0 deletions

3
encodec/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
mlx>=0.18
numpy
huggingface_hub