Skip to content

preliminary OAI implementation and docker#4

Open
darkacorn wants to merge 3 commits intoneuphonic:mainfrom
darkacorn:main
Open

preliminary OAI implementation and docker#4
darkacorn wants to merge 3 commits intoneuphonic:mainfrom
darkacorn:main

Conversation

@darkacorn
Copy link
Copy Markdown

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

@jiamenguk
Copy link
Copy Markdown
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!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants