← 返回事件
持续讨论AI发版5.5

viable/strict/1790380271: [BE] Move serialTest to class (#198651)

发生了什么

Every test in TestLargeTensors was individually decorated with @serialTest() ; decorate the class instead so tests added later are serial by default. No behavior change: all 13 collected tests carry the serial mark before and after. Test Plan: pytest test/test_mps.py --collect-only -q -m serial | grep -c TestLargeTensors:: # 13 pytest test/test_mps.py --collect-only -q -m "not serial" | grep -c TestLargeTensors:: #…

摘要按规则整理自下方来源原文

为什么在扩散

来源