Replies: 1 comment
-
You can use python api. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a telegram bot that inferens voices into a model. It takes a lot of time to initialize the model (when the voice comes in, the "svc infer" command is used). Is it possible to somehow store the model in the cache so that it can be quickly retrieved from there?
Beta Was this translation helpful? Give feedback.
All reactions