LLMChoice / init-data.bat
Peacemanguy's picture
fix for permission denied
cc771fe
raw
history blame contribute delete
163 Bytes
@echo off
echo Initializing data files for GPU Leaderboard...
node scripts/init_data_files.js
echo.
echo If successful, you can now run the Docker container.
pause