-
This issue tracks the progress on improving the handling and testing of Vision-Language Models. The main goals are to enhance/enable generation tests, handle other generation techniques like assisted …
-
### Checklist
- [X] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch…
rymc updated
2 months ago
-
# 尝试评测InternVL2-1B时报错
## 这是评测运行的命令
`python run.py --data MathVision_MINI --model InternVL2-1B`
换成 2B的its work,可能是因为1B的基座是qwen2导致的问题
`python run.py --data MathVision_MINI --model InternVL2-2B`
…
-
The UI becomes unresponsive. Some kind of feedback, perhaps a comment in the script, that says "wait around X minutes"
```
from grid.model.perception.vlm.llava import LLaVA
vlm_llava_0 = LLaVA()…
-
python run.py --data MMMU_DEV_VAL --model InternVL2-8B --work-dir ./outputs
使用8张显卡计算,每张显存是24GB
InternVL2-8B模型按照给定的split_model函数切分到8张卡上,跑MMMU_DEV_VAL数据集时会不定在某个case上报OOM错误,怀疑是显存被其他程序占用了导致网络中间的fe…
-
Issue is to track efforts towards implementing/Improving RAG implementation.
- [x] Implement Naive RAG
- [x] Implement ability to ingest/import a mediawiki DB and associated needs for making it ef…
-
### Required prerequisites
- [X] I have searched the [Issue Tracker](https://github.com/camel-ai/camel/issues) and [Discussions](https://github.com/camel-ai/camel/discussions) that this hasn't alread…
-
[[Open issues - help wanted!]](https://github.com/vllm-project/vllm/issues/4194#issuecomment-2102487467)
**Update [9/8] - We have finished majority of the refactoring and made extensive progress fo…
-
### What went wrong? 🤔
I'm working on a LLM chatbot example, I'm using update_content to update the partial while streaming response from the LLM. However, while it works, it only works well in deb…