-
Notifications
You must be signed in to change notification settings - Fork 40
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
Xtts v2 truss #65
Xtts v2 truss #65
Conversation
…into xtts-v2-truss
…into xtts-v2-truss
xtts-v2-truss/config.yaml
Outdated
@@ -0,0 +1,17 @@ | |||
environment_variables: {} |
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.
you can drop the keys you're note using (like environment_variables
and external_package_dirs
and python_version
since you're using a base image)
xtts-v2-truss/model/model.py
Outdated
self.model = None | ||
|
||
def load(self): | ||
os.environ["COQUI_TOS_AGREED"] = "1" |
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.
you can actually set this in the config.yaml
instead. that might be clearer
xtts-v2-truss/config.yaml
Outdated
tags: | ||
- text-to-speech | ||
base_image: | ||
image: bolabaseten/xtts-base:v0.0.1 |
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.
@htrivedi99 do we still need this or can we just add XTTS as a depedency?
No description provided.