6 次代码提交 (25812762c9eb3d01a38fb7dba0fd9d7cde50b53b)

作者 SHA1 备注 提交日期
  Martin Evans ad682fbebd
`BatchedExecutor.Create()` method (#613) 1年前
  Martin Evans 7d84625a67
Classifier Free Guidance (#536) 1年前
  Martin Evans 91a7967869
`ReadOnlySpan<float>` in ISamplingPipeline (#538) 1年前
  Martin Evans 74a39188a2
Used `AnsiConsole` in a few more places: (#534) 1年前
  Scott W Harden 06ffe3ac95
LLama.Examples: improve model path prompt (#526) 1年前
  Martin Evans b0acecf080 Created a new `BatchedExecutor` which processes multiple "Conversations" in one single inference batch. This is faster, even when the conversations are unrelated, and is much faster if the conversations share some overlap (e.g. a common system prompt prefix). 1年前