-
|
Is it possible to pre-download some models and embed them right into the Docker image so that when doing separator.load_model() a download doesn't need to happen and it will just load them from the file system? |
Beta Was this translation helpful? Give feedback.
Answered by
empz
Aug 21, 2024
Replies: 2 comments
-
|
Simply doing Awesome! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
empz
-
|
This is what I do myself, by the way! |
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
Simply doing
Awesome!