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