MonolithFoundation

Results 93 comments of MonolithFoundation

``` Traceback (most recent call last): File "/root/miniconda3/lib/python3.12/site-packages/pandas/core/indexes/base.py", line 3805, in get_loc return self._engine.get_loc(casted_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "index.pyx", line 167, in pandas._libs.index.IndexEngine.get_loc File "index.pyx", line 196, in pandas._libs.index.IndexEngine.get_loc File "pandas/_libs/hashtable_class_helper.pxi", line...

I am runing MME as well. can u tell what could be going wrong from the log? These error messages is very confusing to me, it doesn't tells what could...

Hi, the script is copied from github repo of https://github.com/open-compass/VLMEvalKit/blob/main/run.py without any modification. can u please don't use so large title to emphisis? It's waste too many spaces of my...

@kennymckormick Hi, the model used is this: ```python class LLaVA(BaseModel): INSTALL_REQ = True def __init__(self, model_pth='liuhaotian/llava_v1.5_7b', **kwargs): try: from llava.model.builder import load_pretrained_model from llava.mm_utils import get_model_name_from_path except Exception as e:...

@kennymckormick Do u saw any wrong configration in I posted model file? (the llava like)

Thanks for the hint, how about Chinese?

Woo, does it support Madrian and Japanese?

Same error: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_MTLResidencySetDescriptor", referenced from: in ggml-metal.m.o ld: symbol(s) not found for architecture arm64 0.3.8 also fails: CMAKE_ARGS="-DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 -DGGML_METAL=on" pip install --upgrade --verbose --force-reinstall...

这个是如何实现的?用onnxruntime推理的话如何给模型指定?