Skip to content

Commit 411b631

Browse files
committed
fix test.
1 parent 6aa4ee6 commit 411b631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ llama-server -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-server -hf mlabonne/gemma-2b-GGUF:{{QUANT_TAG}}"`);
29+
llama-server -hf mlabonne/gemma-2b-GGUF:{{QUANT_TAG}}`);
3030
});
3131

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

0 commit comments

Comments
 (0)