We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5a0e1 commit 94f702eCopy full SHA for 94f702e
examples/server/tests/features/embeddings.feature
@@ -23,6 +23,13 @@ Feature: llama.cpp server
23
"""
24
Then embeddings are generated
25
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
+
33
Scenario: OAI Embeddings compatibility
34
Given a model bert-bge-small
35
When an OAI compatible embeddings computation request for:
0 commit comments