Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Refactor to implement model plugin - part 1 #183

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

Fei-Guo
Copy link
Collaborator

@Fei-Guo Fei-Guo commented Dec 12, 2023

This is the first PR of a series of refactoring changes for moving all model specific configurations into preset directory so that the core controllers will be model agnostic.

  • This change introduces Kaito model plugin.
  • This change adds the common model interface.
  • This change adds corresponding inference implementation for llama-2-chat model family.

NOTE: the added code is not activated (used) in the controller yet.

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e8615bd) 77.05% compared to head (4f8aa4f) 77.05%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #183   +/-   ##
=======================================
  Coverage   77.05%   77.05%           
=======================================
  Files           9        9           
  Lines        1142     1142           
=======================================
  Hits          880      880           
  Misses        226      226           
  Partials       36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Fei-Guo Fei-Guo merged commit e5e6515 into main Dec 12, 2023
7 checks passed
@Fei-Guo Fei-Guo deleted the fguo-dev1 branch December 12, 2023 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants