mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 17:49:49 +00:00
init commit
This commit is contained in:
parent
e5993c565e
commit
dc3d9d7720
3 changed files with 68 additions and 10 deletions
|
|
@ -5,7 +5,6 @@
|
|||
# the root directory of this source tree.
|
||||
|
||||
from datetime import datetime
|
||||
from typing import Optional
|
||||
|
||||
from llama_models.schema_utils import json_schema_type
|
||||
from pydantic import BaseModel
|
||||
|
|
@ -26,4 +25,4 @@ class Checkpoint(BaseModel):
|
|||
epoch: int
|
||||
post_training_job_id: str
|
||||
path: str
|
||||
training_metrics: Optional[PostTrainingMetric] = None
|
||||
training_metric: PostTrainingMetric
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue