Skip to content

Commit a0caf89

Browse files
committed
fix the test. - forgot there were two lol
1 parent 3d7b431 commit a0caf89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/tasks/src/model-libraries-snippets.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ llm.create_chat_completion(
3939
};
4040
const snippet = llama_cpp_python(model);
4141

42-
expect(snippet.join("\n")).toEqual(`from llama_cpp import Llama
42+
expect(snippet.join("\n")).toEqual(`# !pip install llama-cpp-python
43+
44+
from llama_cpp import Llama
4345
4446
llm = Llama.from_pretrained(
4547
repo_id="mlabonne/gemma-2b-GGUF",

0 commit comments

Comments
 (0)