Bump model version to 0.3.0 to test VM runner
CI - Lint & Test / lint-and-test (push) Successful in 1m13s Details
Train & Deploy / train (push) Successful in 1m38s Details
Train & Deploy / build-and-deploy (push) Successful in 57s Details

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cloud User 2026-03-09 10:16:55 +09:00
parent 9dec13ad23
commit aa4bca65ad
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ def train():
"""Simple training function for pipeline testing.""" """Simple training function for pipeline testing."""
model_info = { model_info = {
"model": "test-model", "model": "test-model",
"version": "0.2.0", "version": "0.3.0",
"accuracy": 0.95, "accuracy": 0.95,
} }