mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 20:24:31 +00:00
add parameter related changes
This commit is contained in:
parent
65beb929a2
commit
c885015e6f
4 changed files with 42 additions and 56 deletions
|
|
@ -21,3 +21,4 @@ class JobStatus(Enum):
|
|||
in_progress = "in_progress"
|
||||
failed = "failed"
|
||||
scheduled = "scheduled"
|
||||
cancelled = "cancelled"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue