mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
removed dbg!
This commit is contained in:
parent
ed2efe3dd9
commit
f97b07cf68
@ -125,8 +125,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
logit_bias,
|
||||
} = args;
|
||||
|
||||
dbg!(&logit_bias);
|
||||
|
||||
let batch_size = batch_size.unwrap_or(vec![1, 2, 4, 8, 16, 32]);
|
||||
|
||||
// Tokenizer instance
|
||||
|
Loading…
Reference in New Issue
Block a user