Richard Abrich

Results 174 issues of Richard Abrich

### Feature request How can we take advantage of https://github.com/haotian-liu/LLaVA ? https://llava-vl.github.io/ ### Motivation > LLaVA represents a novel end-to-end trained large multimodal model that combines a vision encoder and...

enhancement

### Feature request Currently we have: ``` _DEFAULTS = { "FOO": "bar", ... } ``` This requires lots of linter pragmas. This task involves refactoring simply: ``` FOO = "bar"...

enhancement
sweep

### Feature request We want to get completions using https://huggingface.co/NousResearch/Nous-Hermes-13b ### Motivation https://twitter.com/Yampeleg/status/1668337702440165376

enhancement

### Feature request How can we incorporate https://mbzuai-oryx.github.io/groundingLMM/ ? ### Motivation > Grounding Large Multimodal Model (GLaMM) is an end-to-end trained LMM which provides visual grounding capabilities with the flexibility...

enhancement

### Feature request How can we incorporate the ideas in https://react-lm.github.io/ ? ### Motivation > In this paper, we explore the use of LLMs to generate both reasoning traces and...

enhancement

### Feature request We would like to implement https://minigpt-v2.github.io/ as a `CompletionProvider`. See also https://www.reddit.com/r/MachineLearning/comments/17b7iyy/r_minigptv2_large_language_model_as_a_unified/ ### Motivation > After our three-stage training, the experimental results show that MiniGPT-v2 achieves strong...

enhancement

### Feature request How can we take incorporate the ideas in https://github.com/ddupont808/GPT-4V-Act, e.g. Set-of-Mark prompting (https://arxiv.org/abs/2310.11441 / https://github.com/microsoft/SoM)? See also https://www.reddit.com/r/MachineLearning/comments/17cy0j7/d_p_web_browsing_uibased_ai_agent_gpt4vact/ ### Motivation > GPT-4V-Act serves as an eloquent multimodal...

enhancement

Hello, thank you to the authors for making this available! I wonder if anyone who is able to run this could please share what versions of Python, TensorFlow, and Keras...

Forking this repo and attempting to deploy the fork to Vercel with defaults results in the following error: ``` [23:10:21.336] Cloning github.com/abrichr/rvubot.com (Branch: master, Commit: 2b987b9) [23:10:21.945] Cloning completed: 608.372ms...

It would be great to be able to display progress in a `pyqttoast` widget, e.g. similar to `tqdm` in the terminal. It appears that most of the functionality is already...

enhancement