Added model type environment variable so we can actually attempt to benchmark with the right payload.

This commit is contained in:
Abiola Akinnubi
2025-10-28 19:22:47 +00:00
parent 02c8307af7
commit b03645d145
5 changed files with 460 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ PYWORKER_LOG="$WORKSPACE_DIR/pyworker.log"
REPORT_ADDR="${REPORT_ADDR:-https://run.vast.ai}"
USE_SSL="${USE_SSL:-true}"
WORKER_PORT="${WORKER_PORT:-3000}"
MODEL_TYPE="${MODEL_TYPE:-image}"
mkdir -p "$WORKSPACE_DIR"
cd "$WORKSPACE_DIR"