Justin Kai

Results 17 comments of Justin Kai

sudo apt-get install openmpi-bin libopenmpi-dev conda install gcc_linux-64 pip install mpi4py

`pip install --upgrade setuptools Requirement already satisfied: setuptools in /home/kai/miniconda3/envs/grounding-sam/lib/python3.9/site-packages (62.6.0) Collecting setuptools Using cached setuptools-72.2.0-py3-none-any.whl.metadata (6.6 kB) Using cached setuptools-72.2.0-py3-none-any.whl (2.3 MB) Installing collected packages: setuptools Attempting uninstall: setuptools...

@RatraSahil can you run this github locally, I install the command but get different verision mention in [issue](https://github.com/WisconsinAIVision/ViP-LLaVA/issues/26#issue-2438964371), thx!

I also face this problem

is that the gradio version problem?

![image](https://github.com/user-attachments/assets/d387789c-f616-4465-8f7d-27bc7aad460d) also got this problem I tried using pip install --force-reinstall -v "transformers==4.31.0" but didn't work can you give me your pip list so I can check the different?

@mu-cai thanks for replying, here is my pip list I run your install guideline I face the error ```from .model import LlavaLlamaForCausalLM, LlavaPhi3ForCausalLM ImportError: cannot import name 'LlavaLlamaForCausalLM' from 'llava.model'...

``` def compute_attn_map(q, k, batch_chunk=1, head_chunk=1): """ Computes q @ k^T with chunking to avoid OOM issues. Args: q (torch.Tensor): Query tensor of shape (n, head, S, feature). k (torch.Tensor):...

@zlw21gxy Thanks for giving evaluation code, I want to try pretrained weight to do zero-shot but got this how to get the stats ``` INFO:root:# episodes completed so far: 10...