6 lines
78 B
Batchfile
6 lines
78 B
Batchfile
@echo off
|
|
echo Exporting LLM training data...
|
|
echo.
|
|
python export.py %*
|
|
pause
|