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
Apply Fable self-audit fixes to Llama distribution tests
- Use preset_utils.load_json instead of hand-rolled get_file+open+
json.load in test_layout_map_live_presets, matching the cached
Gemini load_json/encoding suggestion (adds encoding="utf-8").
- Fix test_distribution_with_lora's device-count guard to
`len(devices) < 2`, matching the shared helper and every sibling
check instead of the fragile `== 1`.
0 commit comments