File size: 156 Bytes
c3eb7ea
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
set -e

if [ -n "$HF_TOKEN" ]; then
    uv run hf auth login --token "$HF_TOKEN"
fi

uv run python -m src.preload

uv run python app.py