Commit Graph

17 Commits

Author SHA1 Message Date
BBC-Esq 1092c1ffca feat: numpy 2+ support (#937)
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2025-05-23 21:59:02 +09:00
源文雨 9d7c437de4 doc: add vLLM instruction 2024-07-25 01:35:15 +08:00
源文雨 72f2ba2f54 chore: restore some latest changes 2024-07-21 23:37:14 +09:00
源文雨 e69ffacf83 fix(tokenizer): apply left padding 2024-07-19 00:34:10 +09:00
源文雨 9f0b7a048d feat(dvae): add encoder 2024-07-18 18:31:40 +09:00
源文雨 9f402ba5c2 doc: change LICENSE to AGPL-v3.0 2024-07-15 14:29:19 +09:00
源文雨 feba65ff20 fix(pypi): inconsistent version 2024-07-04 14:30:51 +09:00
源文雨 2cd56622af fix(setup): invalid version (fix #456) (#457) 2024-06-26 14:55:30 +09:00
源文雨 b65e4500ee fix(setup): README decoding issue (#452) 2024-06-25 23:48:19 +09:00
github-actions[bot] 93db24b4b2 chore(format): run black on main (#443)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-25 17:22:13 +09:00
源文雨 0b4a6867f8 feat(workflow): add useful actions (#442) 2024-06-25 17:20:37 +09:00
源文雨 e08fd43716 feat: normalize imports (#431) 2024-06-24 22:48:32 +09:00
BOBOTANG b4b7552035 fix(install): incomplete installation (#429) 2024-06-24 22:41:02 +09:00
源文雨 2ba7c6c138 feat(dvae): expose coef for customize (#405)
and unify coef of dvae & decoder
2024-06-22 19:59:53 +09:00
源文雨 3e0d87bca0 fix(tools): log formatting (#401)
- introduce numba
- move audio normalization functions to tools/audio
- remove IPython from tools/cmd
2024-06-22 14:59:06 +09:00
源文雨 d57dde191e fix: mps memory leakage by moving gpt&emb to cpu (#389)
see more at
#261
https://github.com/pytorch/pytorch/issues/91368
https://stackoverflow.com/questions/74902903/pytorch-memory-leak-reference-cycle-in-for-loop
2024-06-21 16:29:10 +09:00
wuhongsheng a070f1c730 feat: add setup.py (#305)
TODO: 有待后续完善
2024-06-18 16:57:54 +09:00