-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hello,I use the test.sh, like:
accelerate launch --num_processes=1 --main_process_port 23456 -m lmms_eval
--model llava_onevision_llada
--gen_kwargs='{"temperature":0,"cfg":0,"remasking":"low_confidence","gen_length":64,"block_length":64,"gen_steps":32,"think_mode":"think","threshold": 1, "prefix_refresh_interval": 32}'
--model_args pretrained=/root/autodl-tmp/model/Llada-V,conv_template=llava_llada,model_name=llava_llada,use_fast_dllm=true
--tasks mathverse_testmini_vision
--batch_size 1
--log_samples
--log_samples_suffix mathverse_testmini_vision
--output_path exp/llava_v_eval/LLaDA-V
but I meet a problem, ERROR | lmms_eval.tasks.mathverse.mathverse_evals:get_chat_response:138 - HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/chat/completions (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0e716a8880>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
I want to know that dataset eval must need the openai api?