Refactor weight loading and utility functions for LTX-2 model; remove deprecated weight loading file and update imports accordingly
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
"""Stub — delegates to mlx_video.models.ltx_2.weight_loading."""
|
||||
from mlx_video.models.ltx_2.weight_loading import * # noqa: F401,F403
|
||||
"""Stub — delegates to mlx_video.models.ltx_2.utils."""
|
||||
from mlx_video.models.ltx_2.utils import * # noqa: F401,F403
|
||||
|
||||
Reference in New Issue
Block a user