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
Merge remote-tracking branch 'origin/master' into torch-backend-litert-minimal-litertlm
Conflict resolutions:
- requirements.txt: keep master's litert-torch + ai-edge-litert entries;
replace the torch==2.13.0/torchvision==0.28.0 hard pins with
torch>=2.12 + unpinned torchvision (litert-torch 0.9.1 on PyPI requires
torch<2.13.0, so the 2.13 pin was unresolvable; resolves to the matched
2.12.1/0.27.1 CPU pair). Comment now covers only LiteRT-LM-specific
deps living in the litertlm extra.
- actions.yml: keep master's keras-3.15 pin and SHA-pinned actions;
re-apply the torch-leg 'Install LiteRT-LM export dependencies' step.
- qwen3_moe_causal_lm_test.py: drop the module-level KERAS_BACKEND=jax
override (backend selection belongs to the environment); keep master's
non-strict torch xfail on test_litert_export (aten._assert_async).
0 commit comments