File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 ( ) => {
You can’t perform that action at this time.
0 commit comments