We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa4ee6 commit 411b631Copy full SHA for 411b631
packages/tasks/src/local-apps.spec.ts
@@ -26,7 +26,7 @@ llama-server -hf bartowski/Llama-3.2-3B-Instruct-GGUF:{{QUANT_TAG}}`);
26
const snippet = snippetFunc(model);
27
28
expect(snippet[0].content).toEqual(`# Load and run the model:
29
-llama-server -hf mlabonne/gemma-2b-GGUF:{{QUANT_TAG}}"`);
+llama-server -hf mlabonne/gemma-2b-GGUF:{{QUANT_TAG}}`);
30
});
31
32
it("vLLM conversational llm", async () => {
0 commit comments