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
CPP Refactor - Instantiate all tasks with user config and replicate old api (#319)
* Instantiate all tasks with user config and replicate old api
Use old create_model so that api doesn't change.
* Adds preload tests back in.
Also fix the way the model loads
Preload is basically calling the compileModel so dont pass it in
initially unless we're sure that it doesnt need transforming
* Adds test_model_config tests partially back
Missing serialization. Need to allow for that again.
* Enable precommit tests in github actions again
* Disable windows for now
* Fix examples readme for pretteir
* Cleanup comment and default arg in example
* Undo changes to readme
* README :(
* Remove unneccesary pip installs
0 commit comments