9 comments (9 comments)4 reactions (4 reactions)0 assignees (0 assignees)Python5,658 forks (5,658 forks)batch import
currently fixinggood first issue
Repository metrics
- Stars
- 64,271 stars (64,271 stars)
- PR merge metrics
- Avg merge 3d 15h (Avg merge 3d 15h)525 merged PRs in 30d (525 merged PRs in 30d)
Description
It would have been nice if there were some inference examples like vLLM. So that we know how exactly model inferencing is working.
Contributor guide
- Research direction
- Review existing unsloth notebooks in the repository for style and structure. Understand vLLM inference workflow and how unsloth models can be loaded in vLLM. Check the issue comments for any specific requirements from maintainers, then create a Jupyter notebook demonstrating inference on an unsloth fine tuned model using vLLM.
- Tech stack
- python
- Domain
- machine learningdocumentation
- Issue type
- Feature
- Prerequisites
- Python programmingBasic understanding of unslothBasic understanding of vLLM