4 comments (4 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
This issue does not include a description.
Contributor guide
- Tech stack
- python
- Domain
- machine learningai
- 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.
- mostly clear
- Prerequisites
- PythonFastChat basicsmodel integration patterns
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- Investigate how existing models (e.g., Vicuna, Llama) are registered and loaded in FastChat. Look at the model registry files such as fastchat/model/model registry.py and fastchat/model/model adapter.py. Identify the necessary files to add support for phi 1.5, including tokenizer and model configuration. Review any existing discussions in the issue comments for specific implementation details or blockers.