385 Commits (rinne-dev)
 

Author SHA1 Message Date
  Yaohui Liu 18294a725e
refactor: remove old version files. 2 years ago
  Rinne b82e9f8fb0
Merge pull request #141 from SciSharp/rinne-dev 2 years ago
  Yaohui Liu 20b5363601
fix: remove the history commit of embedding length property. 2 years ago
  Yaohui Liu 3a847623ab
docs: update the docs to follow new version. 2 years ago
  Yaohui Liu ca6624edb3
Merge branch 'master' of github.com:SciSharp/LLamaSharp into rinne-dev 2 years ago
  Rinne 4e83e48ad1
Merge pull request #122 from martindevans/gguf 2 years ago
  Martin Evans 97349d93be Merge branch 'gguf' of github.com:martindevans/LLamaSharp into gguf 2 years ago
  Martin Evans bcf06e2652 Added some comments on various native methods 2 years ago
  Martin Evans 4d079bf641
Merge pull request #140 from martindevans/grammar_exception_types 2 years ago
  Martin Evans af680ac2d7 Created a hierarchy of exceptions for grammar format issues. This allows the base catch-all exception to be caught for general handling, or more specific exceptions to be caught for more specific handling. 2 years ago
  Rinne 1533ee7dbf
Merge pull request #138 from drasticactions/semantic-kernel 2 years ago
  Tim Miller d4a57fffef README, Cleanup 2 years ago
  Tim Miller 2bde188c64 Change Namespace 2 years ago
  Tim Miller 326c802be7 Have weights generate context 2 years ago
  Martin Evans cb506cca1c
Merge pull request #4 from SignalRT/GGUF-MERGE 2 years ago
  Martin Evans 6b48157b20
Merge pull request #137 from martindevans/grammar_improvements 2 years ago
  Tim Miller a81edacbfb Remove embedding for now 2 years ago
  Tim Miller 98bfbe1d50 Update 2 years ago
  Tim Miller 3bca3b632e New line 2 years ago
  Tim Miller 9a1d6f99f2 Add Semantic Kernel support 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
  SignalRT fb007e5921 Changes to compile in VS Mac + change model to llama2 2 years ago
  Martin Evans 40e76a70c5
Merge pull request #136 from Mihaiii/grammar_parser 2 years ago
  Mihai 24d3e1bfa8 Address PR review comment 2 years ago
  Mihai 60790c5aac Address code review comments (create custom exception, move printing to the ParseState class, rethrow error). 2 years ago
  Mihai 71f02e08c2 Add grammar example 2 years ago
  Mihai 920efaca44 Add original test 2 years ago
  Mihai 2ae1891c13 Bug fixes after running tests. 2 years ago
  Mihai 0bd495276b Add initial tests + fix bugs. Still WIP since the test is failing. 2 years ago
  Mihai 0f373fcc6d Finish grammar_parser translation from C++ to C# 2 years ago
  Mihai 3c919b56fe Use ReadOnlySpan everywhere instead of ReadOnlyMemeory and instead of returning tuple, reference the ReadOnlySpan. 2 years ago
  Mihai 8b4ec6d973 Address PR change requests 2 years ago
  Martin Evans 516c291e3f Updated some of the docs 2 years ago
  Mihai 7f31276bdf [WIP] Translating the GrammarParser 2 years ago
  Martin Evans c9d08b943e Added binaries for CUDA+Linux 2 years ago
  Martin Evans e34491855e
Merge pull request #135 from martindevans/really-fixed-cublas-paths 2 years ago
  Martin Evans 229151ca37 Fixed those cublas paths again 2 years ago
  Martin Evans d0ca63fea5
Merge pull request #134 from martindevans/final-linux-cublas-fix 2 years ago
  Martin Evans dc4ef4f1a0 Fixed the cublas linux paths again 2 years ago
  Martin Evans 82b7c1a475
Merge pull request #133 from martindevans/linux_cublas_final_path 2 years ago
  Martin Evans d695923711 fixed linux cublas paths in final step 2 years ago
  Martin Evans bdc1ea6560
Merge pull request #132 from martindevans/linux-cublas 2 years ago
  Martin Evans c88717ace6 Fixed linux cublas file names 2 years ago
  Martin Evans c7096948c0 Fixed linux cublas filenames 2 years ago
  Martin Evans 086fd5345c
Merge pull request #131 from martindevans/linux-cublas 2 years ago
  Martin Evans e4dc543d24 Removed x86_64 macos build 2 years ago
  Martin Evans 318ccd433f Fixed linux cublas filepaths 2 years ago
  Martin Evans 86398d400d Added cublas target for Linux 2 years ago
  Martin Evans 6711a59d0f Included Linux deps 2 years ago
  Martin Evans ba49ea2991 Removed hardcoded paths from projects, modified Runtime.targets to exclude missing binaries 2 years ago