Commit Graph

177 Commits

Author SHA1 Message Date
源文雨 d7ef876c41 fix(typo): README 2024-06-29 15:22:09 +09:00
源文雨 e5ea663a68 doc: add TransformerEngine installation instruction (#498) 2024-06-28 23:41:40 +09:00
github-actions[bot] ade2f4621d chore(format): run black on main (#497)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-28 22:58:51 +09:00
源文雨 3985029be9 perf(gpt): add NVIDIA accelerated TELlamaModel (#496) 2024-06-28 22:57:17 +09:00
源文雨 5c421c986a optimize(_apply_spk_emb): expand after F.normalize (#495) 2024-06-28 21:23:30 +09:00
github-actions[bot] 5b537f3a4d chore(format): run black on main (#494)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-28 21:11:09 +09:00
源文雨 03364a58a7 fix(webui): fallback to wav if ffmpeg not installed (#493) 2024-06-28 21:10:29 +09:00
charSLee013 e04ec2fcce refactor: remove unnecessary transpositions (#488) 2024-06-28 19:01:20 +09:00
源文雨 bda9b5a607 fix(dl): type obj not subscriptable on some py ver (#489) 2024-06-28 15:17:43 +09:00
github-actions[bot] e54eb1625a chore(format): run black on main (#487)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-28 00:43:55 +09:00
源文雨 c6882ee512 optimize(webui): unify initial value to ex[0] (#486) 2024-06-28 00:43:07 +09:00
github-actions[bot] 6b1fe99bd7 chore(format): run black on main (#485)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-27 22:43:20 +09:00
github-actions[bot] 5207a40773 chore(format): run black on main (#484)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-27 22:41:25 +09:00
afpro 753f5f1603 fix: _encode_spk_emb use 'tobytes' without check 'dtype' (#480) 2024-06-27 22:36:58 +09:00
源文雨 48bf2ac44c fix(webui): specify every interactive=True (fix #482) (#483) 2024-06-27 22:36:05 +09:00
源文雨 8397c5e8ee chore: add .DS_Store ignorance (#478) 2024-06-27 20:03:36 +09:00
github-actions[bot] 52d75d54c1 chore(format): run black on main (#475)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-27 16:57:52 +09:00
源文雨 bb9d3b37d4 feat(chat): add hidden api _encode_spk_emb (#474) 2024-06-27 16:55:48 +09:00
源文雨 f8f4f53386 perf: use cpu in MacOS by default (#472) 2024-06-27 12:28:46 +09:00
源文雨 0716d56cf5 fix(webui): input textbox not editable (#469) 2024-06-27 01:42:57 +09:00
源文雨 c00ba37fe7 feat(webui): support external spk_emb (#467) 2024-06-26 18:16:31 +09:00
源文雨 cc58be254c fix(webui): crash on non-ffmpeg env. (#466) 2024-06-26 17:48:43 +09:00
源文雨 608bd1957b fix: redundant [spk_emb]s in refine_text (fix #459) (#464) 2024-06-26 17:29:58 +09:00
源文雨 6aac04b329 feat: use str type spk_emb for easy recovery (#463) 2024-06-26 17:05:01 +09:00
Ming a5ccaf84b1 fix(doc): add import torch (#458)
Co-authored-by: zhouming <zhouming@hetao101.com>
2024-06-26 16:10:50 +09:00
源文雨 e5764c6a34 optimize: spk_emb & generate & webui (#461)
fix: ipynb param not defined
2024-06-26 16:10:20 +09:00
源文雨 2cd56622af fix(setup): invalid version (fix #456) (#457) 2024-06-26 14:55:30 +09:00
源文雨 b9d6cd210c fix(core): mps infer incorrect on some device (fix #444) (#454) 2024-06-26 01:16:24 +09:00
源文雨 21e48be4af feat(chat): add model chack to custom load (#453) 2024-06-26 00:13:59 +09:00
源文雨 b65e4500ee fix(setup): README decoding issue (#452) 2024-06-25 23:48:19 +09:00
源文雨 e7c89edfe3 optimize(model): more torch funcalls (#451)
and fix wenui infer without refine text
2024-06-25 23:40:49 +09:00
github-actions[bot] 40cda89387 chore(format): run black on main (#450)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-25 21:42:59 +09:00
源文雨 0744bb3418 feat(examples): use mp3 output by default (#449) 2024-06-25 21:41:25 +09:00
Ruochen Wu db13e42a22 doc: add Spanish README file (#447) 2024-06-25 20:16:16 +09:00
源文雨 763c7e5379 doc: optimize README (#446) 2024-06-25 19:01:13 +09:00
源文雨 df3780a601 doc: add new contacts (#445) 2024-06-25 18:58:18 +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
源文雨 8620dfbb3a fix(load): KeyError: 'sha256_config_decoder_yaml' (fix #438) (#441)
by removing environment vars
2024-06-25 17:16:30 +09:00
源文雨 c23e514b0a feat: interruptible infer (#433) 2024-06-25 01:33:07 +09:00
源文雨 5222976ed2 refactor: Chat.load_model to Chat.load (#432) 2024-06-24 22:53:43 +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
源文雨 cae0fec15b fix(colab): color log printing (#430) 2024-06-24 22:39:50 +09:00
源文雨 25b6023493 fix(norm): wrong type check to function (fix #423) (#428) 2024-06-24 22:24:50 +09:00
源文雨 f4121844e6 doc: sync to latest grammar (#427) 2024-06-24 22:11:56 +09:00
源文雨 8235a46711 optimize: specify infer parameters (#422)
and move infer into core
2024-06-24 19:45:14 +09:00
源文雨 a9cb840538 doc: optimize README (#421) 2024-06-24 17:33:13 +09:00
源文雨 c8cb6bd327 feat: add normalizer interface & move instances out (#420) 2024-06-24 17:28:14 +09:00
源文雨 b62e0dc3c5 optimize(utils): move custom processors into model (#419) 2024-06-24 16:27:15 +09:00