Skip to content

Commit

Permalink
[Example] ggml: increase llama ctx-size for tinyllama CI job
Browse files Browse the repository at this point in the history
Signed-off-by: dm4 <[email protected]>
  • Loading branch information
dm4 authored and hydai committed Feb 22, 2024
1 parent ceb3a4f commit 9292ea5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmedge-ggml/llama/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn main() {
let mut options = HashMap::new();
options.insert("enable-log", Value::from(false));
options.insert("n-gpu-layers", Value::from(0));
options.insert("ctx-size", Value::from(512));
options.insert("ctx-size", Value::from(1024));

// Create graph and initialize context.
let graph =
Expand Down
Binary file modified wasmedge-ggml/llama/wasmedge-ggml-llama.wasm
Binary file not shown.

0 comments on commit 9292ea5

Please sign in to comment.