preliminary OAI implementation and docker#4
Open
darkacorn wants to merge 3 commits intoneuphonic:mainfrom
Open
preliminary OAI implementation and docker#4darkacorn wants to merge 3 commits intoneuphonic:mainfrom
darkacorn wants to merge 3 commits intoneuphonic:mainfrom
Conversation
Contributor
|
btw for anyone who sees this; we're open to having code in the repo for integrations for frameworks/compatibility. We're just a small team being a bit slow and seeing how things land with the model. So bear with us on this! (In the meantime checkout the fork if you want an openAI server!) |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
very rough and barebones but works
voices upload - stored at voices
general oai compatible /v1/audio/speech endpoint
docker build . -t neutts-air
docker run --runtime nvidia --gpus all -v ~/.cache/huggingface:/root/.cache/huggingface -v voices:/app/voices --env "HUGGING_FACE_HUB_TOKEN=yourkey" -p 8080:8080 neutts-air