Skip to content

Any benchmark doesn't requires OPENAI key? #831

@LukeLIN-web

Description

@LukeLIN-web

I have tried : MMMU-val | Flickr30K | AI2D | Math-Vision | MathVista-mini

script is like

accelerate launch --num_processes=${NGPU} --main_process_port=12345 -m lmms_eval \
    --model mmada \
    --model_args=pretrained=Gen-Verse/MMaDA-8B-MixCoT,gen_method=${GEN_METHOD},gen_length=${GEN_LENGTH},diff_step=${DIFF_STEP},block_length=${BLOCK_LENGTH},reasoning=True \
    --tasks mathvision_test_mmada \
    --batch_size 1 \
    --log_samples \
    --output_path "./results"

But all shows
Error on attempt 1: Error code: 401 - {'error': {'message': 'Incorrect API key provided: YOUR_API_KEY. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}}�

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