1
0
Fork 0

syntax fix

This commit is contained in:
Sean Sube 2023-04-30 17:26:13 -05:00
parent 25e0ece8e2
commit 942a75cf3e
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ xcopy ..\models .\dist\models /s /e /f /i /y
xcopy ..\outputs .\dist\outputs /s /e /f /i /y
REM copy loose files
copy .\onnx-web-full.bat .\dist\onnx-web-full.bat \y
copy .\onnx-web-half.bat .\dist\onnx-web-half.bat \y
copy .\onnx-web-full.bat .\dist\onnx-web-full.bat /y
copy .\onnx-web-half.bat .\dist\onnx-web-half.bat /y
copy .\README.txt .\dist\README.txt
copy ..\api\logging.yaml .\dist\logging.yaml /y
copy ..\api\params.json .\dist\params.json /y