-
Notifications
You must be signed in to change notification settings - Fork 15
Open
1 / 41 of 4 issues completedLabels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
- Qwen 2.5 series #7
- Gemma 2 series #12
- GLM-4-9B series #19
- Mistral 7B v0.3
- mistralai/Ministral-8B-Instruct-2410
- mistralai/Mistral-Small-Instruct-2409
- Phi 4 14B
- ibm-granite/granite-3.2-8b-instruct-preview #18
- baichuan-inc/Baichuan-M1-14B-Instruct #13
- Create independent files for model layers and models.
- Search for chat/code template and add in umbrella/template.py.
- Register the models you write in umbrella/models/auto_model.py
- To run the models, we can use
python generate.py --model <model you add> --template <template you add>. generate.py is in ./example/ - Compare the results with huggingface. The example is attached. You need to adjust the model, input to make sure they are the same as you run the models with generate.py.
- Submit a PR to let me review your code before merging.
Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed