#!/bin/bash cd "$(dirname "$0")/.." source env.sh export CUDA_VISIBLE_DEVICES=$SLURM_LOCALID exec .venv/bin/python -m viper.data.annotate \ --clips data/filtered_clips.jsonl --out data/annotated.jsonl \ --shard $SLURM_LOCALID --num_shards $SLURM_NTASKS