源文雨
d6e1584e51
optimize(gpt): separate safetensor model Embed
2024-08-24 13:58:44 +08:00
源文雨
71c3491f5e
fix(examples): wrong cmd import order
2024-08-24 13:29:51 +08:00
github-actions[bot] and github-actions[bot]
81e3488ab8
chore(format): run black on dev ( #717 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-24 00:55:09 +08:00
源文雨
7f54d2cd17
fix: set missing comple=False ( #713 )
2024-08-24 00:53:33 +08:00
源文雨
554554c591
fix(examples): conda package name conflict ( #701 )
2024-08-24 00:48:20 +08:00
Ren Pang
a27357fbcf
feat(core): add experimental argument to load() ( #682 )
2024-08-14 19:03:14 +08:00
Ren Pang
d93ed8d2df
feat: fine-tuning support for Speaker class ( #679 )
...
* Update speaker class
* add `inplace` argument
* update return type
* revert the naming
2024-08-14 19:02:14 +08:00
源文雨
69aa9001e6
fix(test): trim tags position
2024-08-10 01:03:23 +08:00
github-actions[bot] and github-actions[bot]
000cfcbb15
chore(format): run black on dev ( #678 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-09 21:37:19 +08:00
源文雨
7e33889f52
optimize(core): compile=False by default on load()
2024-08-09 21:35:28 +08:00
源文雨
a64dde1039
doc: disable TE be default
2024-08-09 21:34:14 +08:00
源文雨
7643c64d3d
doc: try-catch the save of torchaudio ( fix #635 )
2024-08-09 21:29:24 +08:00
源文雨
2b6f8c7470
fix(gpt): add manual_seed on re-generate ( #673 )
2024-08-08 21:09:47 +08:00
github-actions[bot] and github-actions[bot]
b2246ccfae
chore(format): run black on dev ( #674 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-08 13:13:16 +08:00
weedge
62593194a9
feat: add [--source ***] [--custom_path XXX] for run cmd ( #669 )
...
* feat: add simple_run example
Signed-off-by: weedge <weege007@gmail.com >
* fix: mv simple_run cmd and add [--source ***] [--custom_path XXX] for run cmd
Signed-off-by: weedge <weege007@gmail.com >
* fix: mv unuse code from ai gen
Signed-off-by: weedge <weege007@gmail.com >
---------
Signed-off-by: weedge <weege007@gmail.com >
2024-08-08 00:43:00 +08:00
github-actions[bot] and github-actions[bot]
c88e0392bb
chore(format): run black on dev ( #671 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-06 18:02:31 +08:00
源文雨
4dbd5eb6d4
fix(test): make test happy
2024-08-06 18:01:52 +08:00
源文雨
b1e6f5f525
fix(core): hf model download
2024-08-06 17:52:31 +08:00
github-actions[bot] and github-actions[bot]
ccf7e4da6f
chore(format): run black on dev ( #670 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-06 17:41:00 +08:00
源文雨
f3dcd970c9
optimize: separate speaker from tokenizer
...
- move `spk_stat.pt` into config
- move `sample_audio_speaker` to DVAE
- update rvcmd to `v0.2.7`
2024-08-06 17:35:41 +08:00
github-actions[bot] and github-actions[bot]
26472389cf
chore(format): run black on dev ( #664 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-06 10:41:15 +08:00
Dr. Artificial曾小健
96c7f70628
typo: EN README ( #666 )
2024-08-06 10:25:35 +08:00
源文雨
80b24e66b7
fix(tokenizer): weights_only warning by dropping .pt
2024-08-05 21:06:52 +08:00
源文雨
6afc7612c4
fix(norm): cannot compute fingerprint of empty list
2024-08-05 20:42:36 +08:00
源文雨
1812f91441
fix(test): make it happy
2024-08-05 20:38:16 +08:00
源文雨
47b476e198
feat(test): use manual_seed param
2024-08-03 17:15:53 +08:00
源文雨
c140a0b691
feat(gpt): do re-gen only on None manual_seed
2024-08-03 17:11:08 +08:00
源文雨
61add70490
fix(test): change expected value
2024-08-02 15:44:36 +08:00
github-actions[bot] and github-actions[bot]
2c2daf46b6
chore(format): run black on dev ( #660 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-02 15:40:18 +08:00
源文雨
c6bae90158
fix(norm): tags are read literally ( fix #655 )
2024-08-02 15:38:22 +08:00
源文雨
e6b35a989b
fix(norm): tag splitting logic
2024-08-02 15:18:31 +08:00
源文雨
adf1457886
feat: add more logs
2024-08-02 15:15:35 +08:00
源文雨
5fb16c98eb
feat: add more logs
2024-08-02 15:11:08 +08:00
源文雨
18dba884bf
fix: split tags and text first before norm ( #655 )
2024-08-02 15:00:16 +08:00
源文雨
36c87238d2
test: add for issue #655
2024-08-02 14:23:03 +08:00
周文阳 and 源文雨
e483d55104
fix: gpu change to cpu overhead ( #656 )
...
* fix: gpu change to cpu overhead
* Update .gitignore
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com >
2024-08-01 16:42:27 +00:00
github-actions[bot] and github-actions[bot]
6e2b0aef5b
chore(format): run black on dev ( #651 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-31 16:55:37 +08:00
源文雨
e675a593e2
optimize: drop seed context & add text temps
...
- add param `manual_seed`
- add missing params of refine_text
2024-07-31 16:53:36 +08:00
源文雨
63f486862c
optimize: remove unnecessary dels
2024-07-30 01:30:31 +08:00
github-actions[bot] and github-actions[bot]
e4cd66e06a
chore(format): run black on dev ( #643 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-30 01:12:37 +08:00
周文阳
8f49418877
fix: topK and topP not valid ( #642 )
2024-07-29 17:08:02 +00:00
ZillaRU
3ff474d7af
feat: add examples of onnx export ( #622 )
2024-07-30 00:55:52 +08:00
此般浅薄 and github-actions[bot]
680e046f7a
fix: 降低zero-shot功能对torch版本的要求 ( #638 )
...
* fix some problem
* delete annotation
* some simplify
* chore(format): run black on dev
* correct the device_gpt
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-28 23:52:38 +08:00
github-actions[bot] and github-actions[bot]
06b823be8b
chore(format): run black on dev ( #629 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-28 00:23:11 +08:00
YuriHead
2bfb0977d2
chore: optimize tensor padding in model_runner.py ( #639 )
2024-07-27 18:01:19 +08:00
源文雨
319d037ae8
feat(vLLM): add missing params in refine_text
2024-07-25 12:01:20 +08:00
源文雨
4a1962be95
feat(vLLM): add missing params in refine_text
2024-07-25 12:00:29 +08:00
github-actions[bot] and github-actions[bot]
4991dfd93b
chore(format): run black on dev ( #627 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-25 03:32:15 +08:00
源文雨
a21bafaf74
fix(core): missig param
2024-07-25 03:26:37 +08:00
源文雨
6a4c97b80a
fix(core): no attribute 'GenerationOutputs'
2024-07-25 03:24:41 +08:00