lmingze
lmingze
### Describe the issue this is my training file. #!/bin/bash deepspeed --include localhost:3 --master_port=29510 /data10/LLaVA-main/llava/train/train_mem.py \ --lora_enable True \ --lora_r 64 \ --lora_alpha 256 \ --mm_projector_lr 2e-5 \ --deepspeed /data10//LLaVA-main/scripts/zero2.json...
### Describe the issue #!/bin/bash this is my .sh file. deepspeed --include localhost:3 --master_port=29510 /data10/mingze/LLaVA-main/llava/train/train_mem.py \ --lora_enable True \ --lora_r 64 \ --lora_alpha 256 \ --mm_projector_lr 2e-5 \ --deepspeed /data10/mingze/LLaVA-main/scripts/zero2.json...
### Your current environment 这是部署启动命令: CUDA_VISIBLE_DEVICES=2,34,5 vllm serve /mnt/cfs/ljc/ckpt/Qwen/Qwen2___5-VL-72B-Instruct --tensor-parallel-size 4 --gpu-memory-utilization 0.8 --port 20772 --limit-mm-per-prompt image=5 > qwen2.5_vl_72B_instruct_20772_new.log 2>&1 & ### 🐛 Describe the bug 这是部署启动命令: CUDA_VISIBLE_DEVICES=2,34,5 vllm serve...
### Your current environment 部署命令: CUDA_VISIBLE_DEVICES=2 vllm serve /home/li_mingze/models/Qwen/Qwen2___5-VL-7B-Instruct --tensor-parallel-size 1 --gpu-memory-utilization 0.8 --port 2003 --limit-mm-per-prompt image=5 > qwen2.5_vl_7B_instruct_2003.log 2>&1 & 日志报错: ERROR 03-03 02:48:16 client.py:300] RuntimeError('Engine process (pid 2218951)...
### Your current environment 我的环境environment: Package Version --------------------------------- ------------- accelerate 1.5.2 addict 2.4.0 aiohappyeyeballs 2.6.1 aiohttp 3.11.14 aiosignal 1.3.2 airportsdata 20250224 annotated-types 0.7.0 anyio 4.9.0 astor 0.8.1 attrs 25.3.0 blake3...
### Checklist - [ ] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest...
data = { "data_source": data_source, "prompt": [ { "role": "user", "content": prompt, } ], "images": images, "ability": "math", "reward_model": {"style": "rule", "ground_truth": answer}, "extra_info": { "split": split, "index": idx, "answer":...
### Checklist - [ ] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest...
### Checklist - [ ] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest...