Skip to content

Commit

Permalink
[Example] ggml: remove stream-stdout support
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 Jan 3, 2024
1 parent 4801f1a commit 791193d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wasmedge-ggml-llama-interactive/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ fn main() {
Ok(val) => options["enable-debug-log"] = serde_json::from_str(val.as_str()).unwrap(),
_ => (),
};
match env::var("stream_stdout") {
Ok(val) => options["stream-stdout"] = serde_json::from_str(val.as_str()).unwrap(),
_ => (),
};
match env::var("n_predict") {
Ok(val) => options["n-preidct"] = serde_json::from_str(val.as_str()).unwrap(),
_ => (),
Expand Down
Binary file not shown.

0 comments on commit 791193d

Please sign in to comment.