mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 19:02:15 +00:00
fix all occurrence
This commit is contained in:
parent
917679cc2f
commit
a9c662d68b
9 changed files with 177 additions and 70 deletions
|
|
@ -128,7 +128,7 @@ class LocalFSDatasetIOImpl(DatasetIO, DatasetsProtocolPrivate):
|
|||
await self.kvstore.delete(key=key)
|
||||
del self.dataset_infos[dataset_id]
|
||||
|
||||
async def get_rows_paginated(
|
||||
async def iterrows(
|
||||
self,
|
||||
dataset_id: str,
|
||||
rows_in_page: int,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue