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
Most of the ML suite runs against synthetic checkpoints and needs no download:
cd sdk && uv sync --all-extras --dev
make test-ml
Cases that need real weights skip cleanly. If you want those too, point UNPLUG_MODEL_PATH at a local checkpoint directory or run unplug-models download tiny, then make test-ml-harness.
If you are seeing 6 errors in test_ml_integration.py, you synced without the ml extra. uv sync --all-extras --dev fixes it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Most of the ML suite runs against synthetic checkpoints and needs no download:
Cases that need real weights skip cleanly. If you want those too, point
UNPLUG_MODEL_PATHat a local checkpoint directory or rununplug-models download tiny, thenmake test-ml-harness.If you are seeing 6 errors in
test_ml_integration.py, you synced without themlextra.uv sync --all-extras --devfixes it.All reactions