Skip to content

Commit

Permalink
Remove focus on test
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Jul 26, 2024
1 parent b4f57a8 commit 201adb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pkg/functions/grammars/llama31_schema.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package grammars

// a golang port of https://github.com/ggerganov/llama.cpp/pull/1887

import (
"encoding/json"
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion pkg/functions/grammars/llama31_schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ root-1-function ::= "search"`

var _ = Describe("JSON schema grammar tests", func() {
Context("JSON", func() {
FIt("generates a valid grammar from JSON schema", func() {
It("generates a valid grammar from JSON schema", func() {
grammar, err := NewLLama31SchemaConverter("function").GrammarFromBytes([]byte(testllama31Input1))
Expect(err).ToNot(HaveOccurred())
results := strings.Split(testllama31inputResult1, "\n")
Expand Down

0 comments on commit 201adb2

Please sign in to comment.