Skip to content

Commit

Permalink
Merge pull request #43 from BenjaminMassey/master
Browse files Browse the repository at this point in the history
Removed count println from predict(..) as per #28
  • Loading branch information
mdrokz authored Jun 27, 2024
2 parents 407744f + 01255b9 commit 49ab940
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,6 @@ impl LLama {
pass = reverse_prompt.as_mut_ptr();
}

println!("count {}", reverse_count);

let mut out: *mut c_char = std::ptr::null_mut();

let logit_bias_cstr = CString::new(opts.logit_bias.clone()).unwrap();
Expand Down

0 comments on commit 49ab940

Please sign in to comment.