mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Fix.
This commit is contained in:
parent
0d48a43df0
commit
ae4cafa7f0
@ -170,7 +170,7 @@ async fn generate(
|
||||
};
|
||||
|
||||
// Token details
|
||||
let input_length = response.input_length;
|
||||
let input_length = response._input_length;
|
||||
let details = match details {
|
||||
true => {
|
||||
// convert best_of_responses
|
||||
|
Loading…
Reference in New Issue
Block a user