7 Commits (a67ea36dd9cf91c93d5a2fa4e6a82b7d4cb15b89)

Author SHA1 Message Date
  Rinne 8d37abd787
Merge pull request #68 from martindevans/sampling_improvements 2 years ago
  Martin Evans ec49bdd6eb - Most importantly: Fixed issue in `SamplingApi`, `Memory` was pinned, but never unpinned! 2 years ago
  Martin Evans 44b1e93609 Moved LoRA loading into `SafeLlamaModelHandle` 2 years ago
  Martin Evans f16aa58e12 Updated to use the new loading system in llama (llama_state). This new system has split model weights and contexts into two separate things, allowing one set of weights to be shared between many contexts. 2 years ago
  Martin Evans 2e76b79af6 Various minor XML docs fixes 2 years ago
  Yaohui Liu b567399b65
refactor: allow customized logger. 2 years ago
  Yaohui Liu 5679e08718
feat: add ILLamaExecutor.InferAsync. 2 years ago