qmzpg

Results 3 issues of qmzpg

when I run demo.py, it crashes at "output = sess.run([softmax], feed_dict=feed)" with the error called"Number of ways to split should evenly divide the split dimension, but got split_dim 3 (size...

I change code in 'MiniGPT4-video/minigpt4/models/mini_gpt4_llama_v2.py' to let miniGpt4 can interference on multi Gpus if self.low_resource: self.llama_model = llm_model.from_pretrained( llama_model, torch_dtype=torch.float16, # torch_dtype = torch.bfloat16, load_in_8bit=True, device_map="auto", ) But the result...

https://github.com/user-attachments/assets/a1edd7c9-5015-4070-8de7-2ffed9860908 The command is: CUDA_VISIBLE_DEVICES=0,1,2,3 torchrun --nnodes=1 --nproc_per_node 1 --master_port 29514 \ -m opensora.sample.sample \ --model_type "inpaint" \ --model_path "/home/******/llm/models/Open-Sora-Plan-v1.3.0/any93x640x640_i2v" \ --version v1_3 \ --num_frames 33 \ --height 352 \...