Files
ray-serve/ray_serve
Billy D. 297b0d8ebd
All checks were successful
Build and Publish ray-serve-apps / build-and-publish (push) Successful in 16s
fix: move mlflow import inside __init__ to avoid cloudpickle serialization failure
The strixhalo LLM worker uses py_executable which bypasses pip runtime_env.
Module-level try/except still fails because cloudpickle on the head node
resolves the real InferenceLogger class and serializes a module reference.
Moving the import inside __init__ means it runs at actor construction time
on the worker, where ImportError is caught gracefully.
2026-02-12 07:06:49 -05:00
..