Skip to content

Commit

Permalink
Erase debug println!() I had.
Browse files Browse the repository at this point in the history
  • Loading branch information
Noeda committed Apr 2, 2023
1 parent 39f69f2 commit 19e552e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rllama_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ fn command_line_inference(
let _ = newinput.pop();
}
user_token = tok.tokenize_to_ids(newinput.clone());
println!("#{:?}# #{}#", user_token, newinput);

// removing [start token] as it is already in the prompt, and tokenize_to_ids adds it.
let _ = user_token.remove(0);
Expand Down

0 comments on commit 19e552e

Please sign in to comment.