Skip to content

How to pre-download a model during Docker build? #102

Answered by empz
empz asked this question in Q&A
Discussion options

You must be logged in to vote

Simply doing

RUN python3 -c "from audio_separator.separator import Separator; separator = Separator(); separator.download_model_files('model_mel_band_roformer_ep_3005_sdr_11.4360.ckpt')"

Awesome!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by empz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants