File size: 289 Bytes
54216bc |
1 2 3 4 5 6 7 8 9 10 11 12 |
# run this script from the root of the repo
# fix paths to data and update GPT keys in code
export PYTHONPATH=$PYTHONPATH:$PWD
python3 VLM_stage.py \
--output-dir ego_base_link_bigtensor \
--question-path your_question_path.jsonl \
--gptmodel "gpt-4o" \
--num-kf 12 \
--temp 0
|