Oryx-mllm / Oryx

MLLM for On-Demand Spatial-Temporal Understanding at Arbitrary Resolution
https://oryx-mllm.github.io
22 stars 1 forks source link

AttributeError: 'OryxQwenConfig' object has no attribute 'mm_spatial_pool_mode' #1

Open daixiangzi opened 3 hours ago

daixiangzi commented 3 hours ago
CUDA_VISIBLE_DEVICES="7"  accelerate launch \
    --num_processes=1 \
    --main_process_port 12349 \
    -m lmms_eval \
    --model oryx \
    --model_args pretrained="/root/THUdyh/Oryx-7B/,device_map=auto" \
    --tasks mme \
    --batch_size 1 \
    --log_samples \
    --log_samples_suffix llava_mme \
    --output_path ./logs/
liuzuyan commented 3 hours ago

Hi, thanks for your interest in our work. We are working on the inference code for lmms-eval and will update a valid version in a day or two days.

daixiangzi commented 2 hours ago

Hi, thanks for your interest in our work. We are working on the inference code for lmms-eval and will update a valid version in a day or two days.

ok