LLMChoice / init-data.sh
Peacemanguy's picture
fix for permission denied
cc771fe
raw
history blame contribute delete
165 Bytes
#!/bin/bash
echo "Initializing data files for GPU Leaderboard..."
node scripts/init_data_files.js
echo ""
echo "If successful, you can now run the Docker container."