Browse Source

Fixed `LLama.StreamingTokenDecoderLLamaLLama.StreamingTokenDecoderLLamaLLama.StreamingTokenDecoderLLama` spam in all executors except Stateless.

tags/v0.7.0
Martin Evans 2 years ago
parent
commit
36c71abcfb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      LLama/LLamaContext.cs

+ 1
- 1
LLama/LLamaContext.cs View File

@@ -110,7 +110,7 @@ namespace LLama

var decoder = new StreamingTokenDecoder(this);
decoder.AddRange(tokens);
return decoder.ToString();
return decoder.Read();
}

/// <summary>


Loading…
Cancel
Save