16 Commits (ec8f83236545a1989df2f75da4e1d8d0345b0407)

Author SHA1 Message Date
  evolcano 353412923f Merge branch 'master' of https://github.com/SciSharp/LLamaSharp 1 year ago
  evolcano 9d091c0316 Add path to find llama.dll for MAUI 1 year ago
  Martin Evans 024787225b
`SetDllImportResolver` based loading (#603) 1 year ago
  jlsantiago 3b2836eac4
Llava api (#563) 1 year ago
  Martin Evans a8ba9f05b3
March Binary Update (#565) 1 year ago
  Scott W Harden a6394001a1
NativeLibraryConfig: WithLogs(LLamaLogLevel) (#529) 1 year ago
  Jason Couture ec59c5bf9e Fix missing library name prefix for cuda 1 year ago
  Jason Couture 443ce4fff4 While the dllimport changes work, manual path searching needed to be updated 1 year ago
  Jason Couture db7e1e88f8 Use llama instead of libllama in `[DllImport]` 1 year ago
  Martin Evans 1e69e265b6 Moved some native methods to do with creating/destroying resources into their respective handles. There is **no** safe way to call most of these methods, everything must be done through through handles. 1 year ago
  Martin Evans f860f88c36 Code cleanup driven by R# suggestions: 1 year ago
  Rinne ffc347a3f3
resolve comments. 2 years ago
  Rinne b05c3154f4
feat: allow customized search path for native library loading. 2 years ago
  Martin Evans a9d1f6cb47 - Renamed `NativeLibraryConfig.Default` to `NativeLibraryConfig.Instance`. It's not default any more as soon as you call `WithX`! 2 years ago
  Rinne da6718c387
docs: adjust some descriptions. 2 years ago
  Yaohui Liu cb5fb210b1
feat: optimize apis for cuda feature detection. 2 years ago