mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
datasetio pass
This commit is contained in:
parent
ac717f38dc
commit
7f34968b73
1 changed files with 1 additions and 3 deletions
|
@ -13,9 +13,7 @@ import pytest
|
||||||
|
|
||||||
# How to run this test:
|
# How to run this test:
|
||||||
#
|
#
|
||||||
# pytest llama_stack/providers/tests/datasetio/test_datasetio.py
|
# LLAMA_STACK_CONFIG="template-name" pytest -v tests/integration/datasetio
|
||||||
# -m "meta_reference"
|
|
||||||
# -v -s --tb=short --disable-warnings
|
|
||||||
|
|
||||||
|
|
||||||
def data_url_from_file(file_path: str) -> str:
|
def data_url_from_file(file_path: str) -> str:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue