[Hardware][CPU] Update torch 2.5 (#9911)
Signed-off-by: jiang1.li <jiang1.li@intel.com>
This commit is contained in:
@@ -32,8 +32,7 @@ if not current_platform.is_cpu():
|
||||
"openbmb/MiniCPM3-4B",
|
||||
]
|
||||
|
||||
# TODO: remove this after CPU float16 support ready
|
||||
target_dtype = "float" if current_platform.is_cpu() else "half"
|
||||
target_dtype = "half"
|
||||
|
||||
|
||||
@pytest.mark.parametrize("model", MODELS)
|
||||
|
||||
Reference in New Issue
Block a user