mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 01:31:59 +00:00
update provider to provider_id
This commit is contained in:
parent
4491a51149
commit
00e57d693f
3 changed files with 4 additions and 4 deletions
|
|
@ -60,7 +60,7 @@ class TestNvidiaDatastore(unittest.TestCase):
|
|||
provider_id="",
|
||||
purpose=DatasetPurpose.post_training_messages,
|
||||
source=URIDataSource(uri="https://example.com/data.jsonl"),
|
||||
metadata={"format": "jsonl", "description": "Test dataset description"},
|
||||
metadata={"provider_id": "nvidia", "format": "jsonl", "description": "Test dataset description"},
|
||||
)
|
||||
|
||||
self.run_async(self.adapter.register_dataset(dataset_def))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue