-
Notifications
You must be signed in to change notification settings - Fork 98
gpt-sovits: Support air gapped environment #1130
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
Conversation
Signed-off-by: Lianhao Lu <[email protected]>
|
This depends on opea-project/GenAIComps#1804 |
eero-t
left a comment
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.
Approved with README suggestions.
| # ... ... | ||
| # Install using Helm with the following additional parameters: | ||
| # export MODEL_PVC=opea-model-pvc | ||
| # helm install ... ... --set global.offline=true,global.modelUsePVC=${MODEL_PVC} |
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.
IMHO more readable with single ... continuation indicator:
| # ... ... | |
| # Install using Helm with the following additional parameters: | |
| # export MODEL_PVC=opea-model-pvc | |
| # helm install ... ... --set global.offline=true,global.modelUsePVC=${MODEL_PVC} | |
| # ... | |
| # Install using Helm with the following additional parameters: | |
| # export MODEL_PVC=opea-model-pvc | |
| # helm install ... --set global.offline=true,global.modelUsePVC=${MODEL_PVC} |
| huggingface-cli download --local-dir-use-symlinks False --local-dir "${MODEL_DIR}/lj1995/GPT-SoVITS" lj1995/GPT-SoVITS | ||
| # On K8s master node, run the following command: | ||
| # Install using Helm with the following additional parameters: | ||
| helm install ... ... --set global.offline=true,global.modelUseHostPath=${MODEL_DIR} |
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.
| helm install ... ... --set global.offline=true,global.modelUseHostPath=${MODEL_DIR} | |
| helm install ... --set global.offline=true,global.modelUseHostPath=${MODEL_DIR} |
Description
Support air gapped environment for gpt-sovits.
Issues
n/a.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.