VILA icon indicating copy to clipboard operation
VILA copied to clipboard

RuntimeError: GET was unable to find an engine to execute this computation

Open pribadihcr opened this issue 1 year ago • 1 comments
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

pribadihcr avatar May 13 '24 05:05 pribadihcr

why do you disable #from tf_utils import flatten, shape_list ?

close due to inactivity. feel free to re-open when necessary.

Lyken17 avatar Jul 31 '24 22:07 Lyken17