mdrokz / rust-llama.cpp

LLama.cpp rust bindings
https://crates.io/crates/llama_cpp_rs/
MIT License
322 stars 44 forks source link

Removed count println from predict(..) as per #28 #43

Closed BenjaminMassey closed 3 months ago

BenjaminMassey commented 3 months ago

A simple removal of the println!("count {}", reverse_count); line from the predict function in src/lib.rs.

As per issue #28, there could be further usage of the log crate, but until that is more generally added and utilized properly, I think that it makes the most sense to simply get rid of this for now.