16 Commits (6f9097f25bdb9726335a2aecf1f087cc6e2a4990)

Author SHA1 Message Date
  SignalRT 53ae904875 Set GPULayerCount to execute the Test 1 year ago
  SignalRT cbe0c0ef3e Disable metal 1 year ago
  Martin Evans c325ac9127
April 2024 Binary Update (#662) 1 year ago
  Martin Evans eebe4cb120 Added a new test (commented out for now) which reproduces the issue reported in #394 1 year ago
  Martin Evans db7ecf5a43 Added a method to create a clone of a grammar instance 1 year ago
  Martin Evans 48c5039054 Improved test coverage. Discovered some issues: 2 years ago
  Martin Evans 3f80190f85 Minimal changes required to remove non-async inference. 2 years ago
  Martin Evans d3b8ee988c
Beam Search (#155) 2 years ago
  Rinne 4e83e48ad1
Merge pull request #122 from martindevans/gguf 2 years ago
  Martin Evans a70c7170dd - Created a higher level `Grammar` class which is immutable and contains a list of grammar rules. This is the main "entry point" to the grammar system. 2 years ago
  Martin Evans 0c98ae1955 Passing ctx to `llama_token_nl(_ctx)` 2 years ago
  Martin Evans 29df14cd9c Converted ModelParams into a `record` class. This has several advantages: 2 years ago
  Martin Evans 2830e5755c - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
  Martin Evans 9fc17f3136 Fixed unit tests 2 years ago
  Martin Evans 1db7292b05 Fixed conflicts caused by merging of multi context PR 2 years ago
  Martin Evans 64416ca23c - Created a slightly nicer way to create grammar (from `IReadOnlyList<IReadOnlyList<LLamaGrammarElement>>`) 2 years ago