Skip to content

Commit 94f702e

Browse files
author
Joan Martinez
committed
test: add a new step test
1 parent eb5a0e1 commit 94f702e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/server/tests/features/embeddings.feature

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ Feature: llama.cpp server
2323
"""
2424
Then embeddings are generated
2525

26+
Scenario: Tokenize / Detokenize complex
27+
When tokenizing:
28+
"""
29+
España is a èspciâl world in cañas and Barça has the best 例子
30+
"""
31+
Then tokens can be detokenize
32+
2633
Scenario: OAI Embeddings compatibility
2734
Given a model bert-bge-small
2835
When an OAI compatible embeddings computation request for:

0 commit comments

Comments
 (0)