Skip to content

Commit 9f9e8bf

Browse files
committed
fix test.
1 parent 5c37e92 commit 9f9e8bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/tasks/src/local-apps.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe("local-apps", () => {
1313
const snippet = snippetFunc(model);
1414

1515
expect(snippet[0].content).toEqual(`# Load and run the model:
16-
llama-cli -hf bartowski/Llama-3.2-3B-Instruct-GGUF:{{QUANT_TAG}}`);
16+
llama-server -hf bartowski/Llama-3.2-3B-Instruct-GGUF:{{QUANT_TAG}}`);
1717
});
1818

1919
it("llama.cpp non-conversational", async () => {
@@ -26,8 +26,7 @@ llama-cli -hf bartowski/Llama-3.2-3B-Instruct-GGUF:{{QUANT_TAG}}`);
2626
const snippet = snippetFunc(model);
2727

2828
expect(snippet[0].content).toEqual(`# Load and run the model:
29-
llama-cli -hf mlabonne/gemma-2b-GGUF:{{QUANT_TAG}} \\
30-
-p "Once upon a time,"`);
29+
llama-server -hf mlabonne/gemma-2b-GGUF:{{QUANT_TAG}}"`);
3130
});
3231

3332
it("vLLM conversational llm", async () => {

0 commit comments

Comments
 (0)