_frontend/app.py: Split up initialization into two parts.
Created partial_init() function to do a partial initialization which does not require loading the Pipeline, which is more expensive. This is useful for some bst commands which dont operate on a pipeline.
Loading
Please register or sign in to comment