DayongLiang
DayongLiang
I meet an OOM error when I make a test with `python demo/restoration_video_demo.py`. `RuntimeError: CUDA out of memory. Tried to allocate 32.04 GiB (GPU 0; 6.00 GiB total capacity; 1.64...
Hi, I don't understand why we should load the whole blip2_pretrained_vitL model. ```python >>> from lavis.models import load_model >>> model = load_model("blip2", "pretrain") ``` If I just want to use...
I would like to detect the best Grasp point in YCB_Video datasets, but I don't know how to create the Grasp point detection datasets. I find you have made the...
[Bug]: AssertionError: (Deprecated) The autogen.Completion class requires openai<1 and diskcache.
### Describe the bug Code following: ```python from autogen import oai response = oai.Completion.create( config_list=[ { "model": "chatglm2-6b", "api_base": "http://0.0.0.0:8000/v1", "api_type": "open_ai", "api_key": "NULL", # just a placeholder } ],...
I have a question, why are there no results for instructblip13b on open_vlm_leaderboard?
There is a long gap between the validation accuracy of the dataset of vlmevalkit and the model paper
On the TextVQA dataset, the paper in `Instructblip 13b` indicates that its precision is `50.7`, and the paper in `Qwen VL Chat` shows an accuracy of `63.75`. In terms of...
If I want to use my pretrained LLM to join this agent, How can I rewrite the code of `src/agentforge/llm/oobabooga.py`? I find that I can not simply change the `.agentforge/settings/models.yaml`...
Thanks for the amazing work!! I found that I can only test the zh-en with the `debate4tran.py`, Can I use for Counterintuitive QA or other test with `config4all.json`? Can you...
Can we use this project with torch2.1.0 or other version? ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/kyegomez) so you can upvote and help fund this issue. - We receive...
As the title said, How can I use the azure gpt key in DataDreamer?