This commit is contained in:
Nicolas Patry 2024-09-19 19:20:02 +02:00
parent 1c58942133
commit 650ff012fe
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674
2 changed files with 1 additions and 5 deletions

View File

@ -14,10 +14,6 @@ buildPythonPackage {
build-system = [ poetry-core ];
nativeBuildInputs = [ ];
pythonRemoveDeps = [ ];
dependencies = [
huggingface-hub
pydantic

View File

@ -590,7 +590,7 @@ async fn generate_stream_internal(
let event = on_message_callback(stream_token);
yield Ok(event);
}
// Yield event for lat token and compute timings
// Yield event for last token and compute timings
InferStreamResponse::End {
token,
generated_text,