huggingface / huggingface/optimum-nvidia
When can I support llava
Open
- Dominant language
- Python
- Stars
- 1k
- Forks
- 103
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
When can I support llava ?
_SUPPORTED_MODEL_CLASS = {
"llama": LlamaForCausalLM,
"mistral": MistralForCausalLM,
"gemma": GemmaForCausalLM,
}
Contributor guide
Research direction
Start by locating the definition of _SUPPORTED_MODEL_CLASS and reviewing how the existing Llama, Mistral, and Gemma entries are supported. Determine the required llava integration and validation path; the work is done when llava is supported consistently with those existing model classes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100