lollms-webui/installations/add_backend.bat

3 lines
67 B
Batchfile
Raw Normal View History

2023-05-06 00:28:17 +02:00
call ../env/Scripts/activate.bat
2023-05-25 23:24:14 +02:00
python install_binding.py %*
2023-05-06 00:28:17 +02:00
pause