同步本地最新代码

This commit is contained in:
2025-10-31 14:40:46 +08:00
parent 09b4f07c27
commit 41454b6bc0
3 changed files with 20 additions and 7 deletions

View File

@@ -19,4 +19,4 @@ def export_model(model,target,file_name,name,input_tensor):
if name == 'pth':
return export_model_pt(model,target,file_name)
else:
raise ValueError(f"不支持的导出类型")
raise ValueError(f"不支持的导出类型")