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

feat: Add fine tuning spec in CRD #292

Merged
merged 3 commits into from
Mar 13, 2024
Merged

feat: Add fine tuning spec in CRD #292

merged 3 commits into from
Mar 13, 2024

Conversation

Fei-Guo
Copy link
Collaborator

@Fei-Guo Fei-Guo commented Mar 12, 2024

This PR contains the change of having the workspace CRD to support model fine tuning. The design follows the pattern of interference spec such that the complex training arguments are not exposed via the CRD API. Instead, a default configmap will be provided and users can override it with customization.

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 66 lines in your changes are missing coverage. Please review.

Project coverage is 61.71%. Comparing base (c67b36f) to head (ea23623).
Report is 5 commits behind head on main.

Files Patch % Lines
api/v1alpha1/zz_generated.deepcopy.go 0.00% 66 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #292      +/-   ##
==========================================
- Coverage   65.33%   61.71%   -3.63%     
==========================================
  Files          14       14              
  Lines        1125     1191      +66     
==========================================
  Hits          735      735              
- Misses        352      418      +66     
  Partials       38       38              

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

@Fei-Guo Fei-Guo merged commit af64e89 into main Mar 13, 2024
5 of 7 checks passed
@Fei-Guo Fei-Guo deleted the fguo-dev2 branch March 13, 2024 03:54
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