vbayanag
vbayanag
Hey SunzeY, Your demo with_llm is throwing the following error. I'm running the code on ```rocm/pytorch :rocm6.1.2_ubuntu20.04_py3.9_pytorch_release-2.1.2``` docker image on AMD GPU `ImportError: cannot import name '_expand_mask' from 'transformers.models.bloom.modeling_bloom' (/opt/conda/envs/py_3.9/lib/python3.9/site-packages/transformers/models/bloom/modeling_bloom.py)`
Also, earlier I got an error at https://github.com/SunzeY/AlphaCLIP/blob/main/demo/with_llm/llava/model/language_model/llava_llama.py#L139 `Llava is already used by transformers model.` Is it expected that I change the registration name on L#139 when I run the...
After changing the name I got the below error on transformers 4.42+ `ImportError: cannot import name '_expand_mask' from 'transformers.models.bloom.modeling_bloom' (/opt/conda/envs/py_3.9/lib/python3.9/site-packages/transformers/models/bloom/modeling_bloom.py)` Let me try with a different version now. Did you...
Hey @dwiddows , Thanks for your help, it has helped finish installation process. Although, I'm still running into errors when I use `tensilelite` to tune GEMM kernels- ``` -- Configuring...