Skip to content

Commit 7f625f0

Browse files
committed
remove list of list tests, no longer relevant after llamastack#1161
1 parent 34226d6 commit 7f625f0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/client-sdk/inference/test_embedding.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# - array of a string
1313
# - array of a image (ImageContentItem, either URL or base64 string)
1414
# - array of a text (TextContentItem)
15-
# - array of array of texts, images, or both
1615
# Types of output:
1716
# - list of list of floats
1817
#
@@ -23,9 +22,6 @@
2322
# - empty string
2423
# - empty text
2524
# - empty image
26-
# - list of empty texts
27-
# - list of empty images
28-
# - list of empty texts and images
2925
# - long
3026
# - long string
3127
# - long text
@@ -36,7 +32,6 @@
3632
# - invalid
3733
# - invalid URL
3834
# - invalid base64
39-
# - list of list of strings
4035
#
4136
# Notes:
4237
# - use llama_stack_client fixture

0 commit comments

Comments
 (0)