Skip to content

I have a question regarding VLLM parameter settings. #920

@Fu-Fu-Fu-Fu

Description

@Fu-Fu-Fu-Fu

I want to set the maximum number of pixels and the maximum number of frames for my video. Should I set these? `max_pixels=200704, max_frame_num=16

python -m lmms_eval
--model vllm
--model_args model=${MODEL},tensor_parallel_size=${TENSOR_PARALLEL_SIZE},data_parallel_size=${DATA_PARALLEL_SIZE},gpu_memory_utilization=${GPU_MEMORY_UTILIZATION},max_pixels=200704,max_frame_num=16,disable_mm_preprocessor_cache=True,enable_prefix_caching=False
--tasks ${TASKS}
--batch_size ${BATCH_SIZE}
--log_samples
--log_samples_suffix ${LOG_SUFFIX}
--use_cache ./cache/sqlite_cache.db
--output_path ${OUTPUT_PATH}
--force_simple
--predict_only

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions