Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Base Worker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Workers
Base Worker
Commits
a6016b8d
Commit
a6016b8d
authored
1 year ago
by
Manon Blanco
Browse files
Options
Downloads
Patches
Plain Diff
Create is_finetuning property in TrainingMixin
parent
5857def9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!501
Create is_finetuning property in TrainingMixin
Pipeline
#160984
passed
1 year ago
Stage: test
Stage: build
Stage: release
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arkindex_worker/worker/training.py
+4
-0
4 additions, 0 deletions
arkindex_worker/worker/training.py
with
4 additions
and
0 deletions
arkindex_worker/worker/training.py
+
4
−
0
View file @
a6016b8d
...
...
@@ -81,6 +81,10 @@ class TrainingMixin:
model_version
=
None
@property
def
is_finetuning
(
self
)
->
bool
:
return
bool
(
self
.
model_version_id
)
@skip_if_read_only
def
publish_model_version
(
self
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment