Results 91 comments of yxchng

@mxh1999 Model itself has to use some RAM too. Quite sure your machine has more than 500gb memory so you didn't pay attention to memory usage. Maybe you can check...

@cornettoyu how do you select the best checkpoint? do you evaluate all of them?

@wusize what results do you get?

is this getting merged anytime soon?

tried pulling latest version but still missing imports ``` Traceback (most recent call last): File "test_mambav2.py", line 6, in from mamba_ssm import Mamba File "/home/test/miniconda3/envs/mamba/lib/python3.8/site-packages/mamba_ssm/__init__.py", line 5, in from mamba_ssm.modules.mamba2...

Your filename is wrongly named as `k_activation.py` when it is importing `k_activations`. However, I am still facing issue after fixing that. The code works with Mamba v1. ``` Traceback (most...

must the dimension be large? my network channels are just 32,64,128,256 and 512.

How much memory is needed to run OpenVLA? I tried 3090 and 40GB A100 but both go out of memory.