You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.
I've set up a python script locally which contains a gui that allows modification to the compose yml's MODEL env variable, and then restart the service after model change.
Is there a way to switch model without reloading the docker instance?
I guess I need the dockerfile launch another local python script that intitiate the fastapi script as a subprocess.
The text was updated successfully, but these errors were encountered:
I've set up a python script locally which contains a gui that allows modification to the compose yml's MODEL env variable, and then restart the service after model change.
Is there a way to switch model without reloading the docker instance?
I guess I need the dockerfile launch another local python script that intitiate the fastapi script as a subprocess.
The text was updated successfully, but these errors were encountered: