mirror of
https://github.com/evdboom/Bindery.git
synced 2026-07-22 06:49:36 +00:00
8 lines
No EOL
229 B
Batchfile
8 lines
No EOL
229 B
Batchfile
@echo off
|
|
set "SCRIPT_DIR=%~dp0"
|
|
cd /d "%SCRIPT_DIR%\.."
|
|
call "%SCRIPT_DIR%\..\.venv\Scripts\activate.bat"
|
|
set ONNX_MODEL_ID=onnx\bge-m3
|
|
set ONNX_EXPORT=0
|
|
set ONNX_PROVIDER=DmlExecutionProvider
|
|
python scripts\onnx_embed_server.py |