mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 19:56:59 +00:00
fix typo
This commit is contained in:
parent
6927cdf5ce
commit
75f7789de9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ STATUS_MAPPING = {
|
||||||
"failed": JobStatus.failed.value,
|
"failed": JobStatus.failed.value,
|
||||||
"cancelled": JobStatus.cancelled.value,
|
"cancelled": JobStatus.cancelled.value,
|
||||||
"pending": JobStatus.scheduled.value,
|
"pending": JobStatus.scheduled.value,
|
||||||
"unkown": JobStatus.scheduled.value,
|
"unknown": JobStatus.scheduled.value,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue