-
Notifications
You must be signed in to change notification settings - Fork 15
Qwen tts #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
knyazer
wants to merge
44
commits into
main
Choose a base branch
from
qwen-tts-new
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Qwen tts #172
Changes from 42 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
c6cb96e
qwen tts 1/n
knyazer 86245d2
neater config loading
knyazer 401b317
linters
knyazer 8d5bdc5
latent tts + formatting fixes
knyazer 316c4ec
more strict generation config
knyazer c11e071
update
knyazer 9272bce
Merge branch 'main' into qwen-tts-new
knyazer be8212d
finalizing qwen-tts and latent tts
knyazer 34d201e
Merge branch 'main' into qwen-tts-new
knyazer 22709a7
fix up little issues
knyazer e915f6e
finishing up
knyazer bd5662c
fixing minor bugs
knyazer 03dad34
update trans deps
knyazer ab49ecb
correct dep
knyazer e22ddd3
fix fish
knyazer 42aaa66
Merge branch 'main' into qwen-tts-new
knyazer b364957
transformers version
knyazer bf02930
Adressing review
knyazer 68e5469
fix
knyazer f750bc1
compat
knyazer 745cd2b
Address PR review comments: remove slop and clean up TTS code
claude 17de7f4
iterating
knyazer c8725ff
fix import
knyazer 89e6e85
fix tests :( i wish it could be automatable
knyazer 97b25e1
unslop pass
knyazer 9c47a39
fix up broky imports
knyazer 6535fe9
fix up tests
knyazer 94e55dc
tweaks
knyazer a2cc5aa
fix nemo
knyazer d2c62e3
merge
knyazer 3d18387
iterating
knyazer bb34a12
tweaks
knyazer 28dd128
Merge branch 'main' into qwen-tts-new
knyazer ecbb8af
fix precommit
knyazer e66d401
add new models
knyazer a51e9a9
final clean up
knyazer 00435ac
microfixes
knyazer 48acaac
Merge branch 'main' into qwen-tts-new
knyazer d90c3a1
few fixes for the tests precision stuff
knyazer b05bb06
fill in defaults
knyazer e9ceb22
new style of origins
knyazer e188cb5
better origin structuring
knyazer 2df469c
wip: origins cli
knyazer e3e5cc1
new origin system
knyazer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,8 @@ | ||
| from .common import ModelMetadata, ModelSpec, import_model | ||
| from .common import ModelMetadata, ModelSpec, ModelType, import_model | ||
|
|
||
| __all__ = [ | ||
| "ModelMetadata", | ||
| "ModelSpec", | ||
| "ModelType", | ||
| "import_model", | ||
| ] |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh? why did we remove this line