2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python38,959 stars (38,959 stars)4,736 forks (4,736 forks)batch import
good first issue
Description
Can you please add support for https://github.com/ztxz16/fastllm?
Contributor guide
- Tech stack
- python
- Domain
- backend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- PythonFastChat architecturefastllm APImodel serving concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate the fastllm repository (https://github.com/ztxz16/fastllm) to understand its API and model loading mechanisms. Look at existing model support in FastChat under the `fastchat.serve` directory to see how other backends (e.g., vLLM, Text Generation Inference) are integrated. Check FastChat documentation for model registration and serving endpoints. The issue lacks specific requirements, so engage with the issue author to clarify desired use cases and propose a design.