-
Notifications
You must be signed in to change notification settings - Fork 30
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
optimize the starting process by reduce the downloading content #13
Comments
Hi @shaojun I've created a second script "start_server_no_download" with the following to use once the models have already been downloaded. Here it is for reference.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
now starting the docker by
sudo bash scripts/start_server.sh
will every time download all pruned sample models andtao-converter
to convert them, the downloading and converting cost lots of time.Could you optimize the process, like check if files exists or defaultly just download very few models?
The text was updated successfully, but these errors were encountered: