Skip to content

Commit 3d7b431

Browse files
committed
fix the test.
1 parent 2612b1e commit 3d7b431

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
@@ -12,7 +12,9 @@ describe("model-libraries-snippets", () => {
1212
};
1313
const snippet = llama_cpp_python(model);
1414

15-
expect(snippet.join("\n")).toEqual(`from llama_cpp import Llama
15+
expect(snippet.join("\n")).toEqual(`# !pip install llama-cpp-python
16+
17+
from llama_cpp import Llama
1618
1719
llm = Llama.from_pretrained(
1820
repo_id="bartowski/Llama-3.2-3B-Instruct-GGUF",

0 commit comments

Comments
 (0)