Bump model version to 0.3.0 to test VM runner
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9dec13ad23
commit
aa4bca65ad
|
|
@ -7,7 +7,7 @@ def train():
|
|||
"""Simple training function for pipeline testing."""
|
||||
model_info = {
|
||||
"model": "test-model",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"accuracy": 0.95,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue