mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 04:42:03 +00:00
linting fix
This commit is contained in:
parent
2baf252f71
commit
cf3f3ff130
3 changed files with 5 additions and 8 deletions
|
|
@ -440,7 +440,7 @@ class DatasetsRoutingTable(CommonRoutingTableImpl, Datasets):
|
|||
# infer provider from source
|
||||
if metadata:
|
||||
if metadata.get("provider"):
|
||||
provider_id = metadata.get("provider") # pass through from nvidia datasetio
|
||||
provider_id = metadata.get("provider") # pass through from nvidia datasetio
|
||||
elif source.type == DatasetType.rows.value:
|
||||
provider_id = "localfs"
|
||||
elif source.type == DatasetType.uri.value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue