We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaad1c2 commit 0447ebdCopy full SHA for 0447ebd
extension/llm/runner/text_llm_runner.cpp
@@ -43,8 +43,8 @@ TextLLMRunner::TextLLMRunner(
43
io_manager_(std::move(io_manager)),
44
text_token_generator_(std::move(text_token_generator)),
45
stats_(std::move(stats)),
46
- pos_(0),
47
- temperature_(temperature) {
+ temperature_(temperature),
+ pos_(0) {
48
// Note: This constructor assumes that text_prefiller and text_token_generator
49
// already have references to the Module and TextDecoderRunner they need
50
}
0 commit comments