Commit Graph

64 Commits (f6f2db527b13c4a3e52ed6fbac587aadc3723eb6)

Author SHA1 Message Date
Tony(Baojia) Tong f6f2db527b
reduce mps code handling logic (#327) 2023-05-25 10:52:56 -04:00
Tony(Baojia) Tong bfb7ebf530
fix issues with mps (#325) 2023-05-24 17:29:03 -04:00
Tony(Baojia) Tong 19636b21b8
[Eng] Add command line interface (#314) 2023-05-19 23:14:03 -05:00
WatsonD 2d9eded792
Update Doc: Added extra voice examples, updated documentation and related code example (#290) 2023-05-15 21:12:21 -04:00
Raf Gemmail 81d3a507fb
Fixes MPS device errors from Tensor.type() when using generate_text_semantic and generate_coarse (#254)
* fix for pytorch's Tensor.type() lacking support for MPS
2023-05-15 19:16:36 -04:00
Martin Camacho 1ad007171e Pin huggingface-hub dep 2023-05-09 06:16:22 -07:00
Georg Kucsko 6f32532c67 bool casting of env vars 2 2023-05-03 23:25:21 -04:00
Georg Kucsko 59df30cde1 bool casting of env vars 2023-05-03 21:58:24 -04:00
Jairo Correa dd17fb00af
bug in env var USE_SMALL_MODELS (#236) 2023-05-03 16:21:35 -04:00
Georg Kucsko 29e68a2e1b split / correctly on non-ubuntu 2023-05-02 10:57:58 -04:00
Mikey Shulman 49b31b2031 updatge memory profiling notebook 2023-05-02 10:32:52 -04:00
Orlando Hohmeier c8bdf08a01
Update `pyproject.toml` to include v2 assets (#227)
Update `pyproject.toml` to include v2 npz assets as setup tools package_data.
2023-05-01 17:37:39 -04:00
Georg Kucsko 130ba953e7
Bark v1.5 (#226)
various useful new features to be found in the updates section
2023-05-01 14:44:50 -04:00
Georg Kucsko 39e7305f4a Revert "Update README.md"
This reverts commit 9fb3494391.
2023-04-28 17:38:54 -04:00
Keenan Freyberg 9fb3494391
Update README.md 2023-04-28 17:28:57 -04:00
Georg Kucsko 429272ca71
Merge pull request #188 from Vaibhavs10/add_hf_hub_support
Add support to download models from Hugging Face Hub
2023-04-28 12:44:00 -04:00
Vaibhav Srivastav e0f2d117f5 updating model repo organisation reach-vb -> suno 2023-04-28 17:54:50 +02:00
Vaibhav Srivastav 27ff4f9db8 new model repo 2023-04-28 17:02:41 +02:00
Vaibhav Srivastav b24dd26d4b add suggestions from code review 2023-04-28 16:26:09 +02:00
Vaibhav Srivastav c61ee92ee9 up 2023-04-27 17:51:43 +02:00
Vaibhav Srivastav 035d08e157 up 2023-04-27 17:45:59 +02:00
Vaibhav Srivastav c26a82a415 up 2023-04-27 17:35:28 +02:00
vaibhavs10 ac3a7568a7 up 2023-04-27 16:19:58 +02:00
vaibhavs10 e9ad2d5886 initial commit 2023-04-27 16:12:54 +02:00
Georg Kucsko 2c12023eb2
Merge pull request #146 from jn-jairo/offload-cpu
Option to offload models to cpu
2023-04-25 21:50:22 -04:00
Jairo Correa dfbe09f00e Add missing global models_devices 2023-04-25 22:42:21 -03:00
Jairo Correa 8675c23a42 Option to offload to cpu 2023-04-25 21:21:52 -03:00
Georg Kucsko 6c26fb7b34 simplify device placement 2023-04-25 17:49:35 -04:00
Georg Kucsko 97c6019ecd
Merge pull request #62 from suno-ai/test_model_control
Simplify small model and gpu/cpu choice
2023-04-22 17:13:27 -04:00
Georg Kucsko 8313b570f4 simplify 2023-04-22 17:09:20 -04:00
Georg Kucsko 009ff7cb62 make kv caching default in inference 2023-04-22 15:42:30 -04:00
Georg Kucsko 3247106492
Merge pull request #27 from zygi/main
Add key/value caching for autoregressive generation
2023-04-22 15:38:37 -04:00
Zygimantas Straznickas acfd65b1a9 Add newline to .gitignore 2023-04-22 12:27:47 -07:00
Zygimantas Straznickas bee9e03080 Rename variables and add comments 2023-04-22 12:23:55 -07:00
Zygimantas Straznickas 15606ed12f Add k/v caching for autoregressive generation 2023-04-22 12:00:23 -07:00
Georg Kucsko 874af1bae9 convenience import 2023-04-21 16:26:07 -04:00
Georg Kucsko 7d39f48c7a allow using unconditional as prompts 2023-04-21 16:14:10 -04:00
Georg Kucsko c372430112 add option for smaller models 2023-04-21 15:31:36 -04:00
Georg Kucsko 9751cfbfc4 small updates 2023-04-21 15:13:18 -04:00
Georg Kucsko d53b43e865
Merge pull request #18 from alyxdow/patch-1
Creating README documentation for examples
2023-04-21 15:00:28 -04:00
Martin Camacho 8f85c2d747
Update README.md 2023-04-21 10:49:01 -07:00
Martin Camacho a323479d90
Update README.md 2023-04-21 09:19:22 -07:00
Martin Camacho 70af61a21f
Update README.md 2023-04-21 09:00:11 -07:00
Keenan Freyberg 8b695ba84d
Update README.md 2023-04-21 07:13:43 -07:00
Martin Camacho 2a602ce876
Update README.md 2023-04-20 14:41:21 -07:00
Georg Kucsko 4b3462d5f5
Update README.md 2023-04-20 15:35:45 -04:00
Alyx Dow a4a20feb90
Creating README documentation for examples 2023-04-20 21:40:18 +03:00
Keenan Freyberg 23a837b03e
Update README.md 2023-04-19 10:52:13 -07:00
Keenan Freyberg 905c38b8bb
Update README.md 2023-04-18 21:04:39 -07:00
Keenan Freyberg f4425cb2a2
Update README.md 2023-04-18 21:02:14 -07:00