-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
Name: llamafactory
Version: 0.9.1.dev0
python 3.11
transformers 4.45.2
torch Version: 2.4.1+cu121
…
-
**I encountered three problems**
**The first one is that I found in the script finetune_ov.sh that in addition to the regular data_path and image_folder, there is also a video_folder. This confuses m…
-
https://github.com/OpenBMB/ChatDev
https://github.com/microsoft/autogen
https://github.com/geekan/MetaGPT
https://github.com/reworkd/AgentGPT
https://github.com/Link-AGI/AutoAgents
https://github…
-
### Question
Hello, I want to input some in-context examples to LLaVA. But I can not find any guidance about how to insert images in input prompt. Could you give me some templates about multi-image i…
-
Please let us know what model architectures you would like to be added!
**Up to date todo list below. Please feel free to contribute any model, a PR without device mapping, ISQ, etc. will still be …
-
### Feature Name
Llava-next -34B
### Feature Description
Research about Llava-next -34B
### Research Findings
### LLaVA-NeXT-34B
**LLaVA-NeXT-34B** is a model in the LLaVA-NeXT series, which e…
-
### Describe the issue
Issue: When loading weights for llava-v1.6-34b, it says model parameter mismatch.
Command:
```
model_path = "liuhaotian/llava-v1.6-34b"
with warnings.catch_warnin…
-
- [ ] [S-LoRA: Serving Thousands of Models From One GPU for Fun and Profit - OpenPipe](https://openpipe.ai/blog/s-lora)
# S-LoRA: Serving Thousands of Models From One GPU for Fun and Profit - OpenPi…
-
Thank you for your wonderful work! I have been following the demo instructions and successfully launched the controller and the Gradio web server. However, I encountered an issue when trying to launch…
-
大佬,
请问:CLIP模型是由一个图像编码器和一个文本编码器组成多模态模型,那么在minimind-v中llm部分接收的是来自CLIP的图像编码器信息呢还是文本编码器信息呢?
谢谢