distil-sn97-priv / scripts /run_validator.sh
coolroman's picture
Add files using upload-large-folder tool
ec6eb20 verified
Raw
History Blame Contribute Delete
284 Bytes
#!/bin/bash
cd /home/openclaw/distillation
source .env
export HF_TOKEN="${HF_TOKEN:-$(cat ~/.cache/huggingface/token 2>/dev/null || echo '')}"
exec python3 scripts/remote_validator.py \
--lium-api-key "$LIUM_API_KEY" \
--lium-pod-name "distil-eval" \
--tempo 600 \
--use-vllm