VILA
VILA copied to clipboard
RuntimeError: GET was unable to find an engine to execute this computation
trafficstars
when run this script
python -W ignore llava/eval/run_vila.py \
--model-path Efficient-Large-Model/VILA1.5-3b \
--conv-mode vicuna_v1 \
--query "<video>\n Please describe this video." \
--video-file "demo.mp4"
with disable #from tf_utils import flatten, shape_list in VILA/llava/model/multimodal_encoder/image_processor.py
Got the following error:
/envs/vila/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 459, in _conv_forward
return F.conv2d(input, weight, bias, self.stride,
RuntimeError: GET was unable to find an engine to execute this computation
why do you disable #from tf_utils import flatten, shape_list ?
close due to inactivity. feel free to re-open when necessary.