Spaces:
Running
on
L40S
Running
on
L40S
File size: 265 Bytes
fc0a183 |
1 2 3 4 5 6 7 8 |
expor SkyCaptioner_V1_Model_PATH="/path/to/your_local_model_path"
python scripts/vllm_struct_caption.py \
--model_path ${SkyCaptioner_V1_Model_PATH} \
--input_csv "./examples/test.csv" \
--out_csv "./examepls/test_result.csv" \
--tp 1 \
--bs 32 |