add more recipes for AITK#16
Merged
Merged
Conversation
added 5 commits
July 30, 2025 11:07
added 5 commits
July 30, 2025 12:30
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds LICENSE files to multiple model directories and adds several new AITK model recipes, including Microsoft Phi-4 variants, DeepSeek R1 Distill models, and updates to existing configurations. The changes include both new model integrations and improvements to the JSON configuration structure by removing empty arrays.
- Adds LICENSE files for compliance across multiple model directories
- Introduces new AITK recipes for Phi-4 reasoning models and DeepSeek variants
- Improves JSON configuration consistency by replacing empty arrays with proper formatting
Reviewed Changes
Copilot reviewed 186 out of 188 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Multiple LICENSE files | Adds appropriate license files (MIT, Apache 2.0, etc.) for model compliance |
| microsoft-Phi-4-* directories | New AITK recipes for Phi-4 reasoning, reasoning-plus, and mini-instruct models |
| deepseek-ai-DeepSeek-R1-* directories | New AITK recipes for DeepSeek R1 Distill models in 7B and 14B variants |
| Various _copy.json.config files | JSON formatting improvements removing empty replacement arrays |
| Requirements.txt files | Standardized requirement file headers and dependencies |
Comments suppressed due to low confidence (1)
microsoft-Phi-4-mini-instruct/aitk/inference_model.json:2
- The model name should match the actual model being configured. This should be 'Phi-4-mini-instruct-onnx' instead of 'Phi-3.5-mini-instruct-onnx'.
"Name": "Phi-3.5-mini-instruct-onnx",
fangyangci
approved these changes
Aug 4, 2025
fangyangci
previously approved these changes
Aug 4, 2025
fangyangci
approved these changes
Aug 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.