kale
kale copied to clipboard
`ModuleNotFoundError: No module named 'rok_gw_client' - Giving error in serving
Cannot serve a model because of
`ModuleNotFoundError: No module named 'rok_gw_client'
I am using Kale without ROK and I want to create an InferenceService out of my model.
After reading this, I realize that snapshotting is hardcoded. Maybe the serve function should be more abstract. Or at least there is a way to skip snapshotting during serving (which at least I dont know).
Andy ideas?