2 commentaires (2 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)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?
Guide contributeur
- Stack technique
- python
- Domaine
- backend
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-2 days
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- needs investigation
- Prérequis
- PythonFastChat architecturefastllm APImodel serving concepts
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 20
- Direction de recherche
- 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.