Commit Graph

1290 Commits

Author SHA1 Message Date
Rinne 36202be5b9
docs: optimize the README. 2024-04-01 01:52:18 +08:00
Rinne d67658a0d6
docs: update the information to v0.11.0. 2024-04-01 01:38:40 +08:00
Rinne 976f7fc901
Merge pull request #24 from AsakusaRinne/doc_ci
ci: initialize ci for doc deployment.
2024-04-01 01:23:17 +08:00
Rinne 55648a6ecd
complete doc ci. 2024-04-01 01:22:02 +08:00
Rinne e89ca042b3
fix doc ci 2024-04-01 00:52:24 +08:00
Rinne 7e69ee9ce1
fix doc ci 2024-04-01 00:42:46 +08:00
Rinne 3b5713a38a
fix doc ci 2024-04-01 00:37:42 +08:00
Rinne 833b2d3abf
fix doc ci 2024-04-01 00:32:07 +08:00
Rinne 7a8fd4f88f
fix doc ci 2024-04-01 00:28:35 +08:00
Rinne 448fd37c75
fix doc ci 2024-04-01 00:22:51 +08:00
Rinne a47c3a01bf
fix doc ci 2024-04-01 00:19:23 +08:00
Rinne b70115f37d
fix doc ci 2024-04-01 00:10:09 +08:00
Rinne 0773e68111
fix doc ci 2024-03-31 23:47:17 +08:00
Rinne 8be9e8ae70
fix doc ci 2024-03-31 23:41:32 +08:00
Rinne cb81295524
fix doc ci 2024-03-31 23:39:08 +08:00
Rinne 76be973689
fix doc ci 2024-03-31 23:33:24 +08:00
Rinne 53d68ca075
fix ci 2024-03-31 22:41:41 +08:00
Rinne 9b0850f066
fix ci 2024-03-31 22:37:42 +08:00
Rinne 66eb09b816
fix ci 2024-03-31 22:35:15 +08:00
Rinne 4f56e7297f
fix ci 2024-03-31 22:11:56 +08:00
Rinne 47bf9a8f66
fix ci 2024-03-31 21:54:40 +08:00
Rinne ae24be0215
fix ci 2024-03-31 21:16:23 +08:00
Rinne e63fa778fa
trigger workflow on doc_ci branch. 2024-03-31 21:15:36 +08:00
Rinne c90f97021b
fix ci 2024-03-31 21:13:15 +08:00
Rinne 23a5cb5355
disable build ci. 2024-03-31 21:10:36 +08:00
Rinne f5f0ab4502
ci: initialize the doc deployment ci. 2024-03-31 21:08:43 +08:00
Rinne 05c8f20d34
Merge pull request #23 from AsakusaRinne/doc_ci
Temporarily disable build ci.
2024-03-31 21:05:06 +08:00
Rinne b9cec018c0
temporarily disable build ci. 2024-03-31 21:04:17 +08:00
Rinne ee6bccc6d6
Merge pull request #22 from AsakusaRinne/v0.11.0_update
docs: refactor documentation
2024-03-31 21:03:35 +08:00
Rinne b9444452eb
docs: refactor the documentations. 2024-03-31 20:44:29 +08:00
Rinne 7e53bac1f0
docs: update README. 2024-03-31 02:50:56 +08:00
evolcano 353412923f Merge branch 'master' of https://github.com/SciSharp/LLamaSharp 2024-03-30 10:55:42 +08:00
evolcano 9d091c0316 Add path to find llama.dll for MAUI
This commit is originally made by lcarrere in https://github.com/SciSharp/LLamaSharp/issues/180 .

I have confirmed this modification is OK in my windows 11 laptop, add make this commit according require of AsakusaRinne.
2024-03-30 10:54:44 +08:00
Rinne 156f369e33
Merge pull request #609 from SignalRT/LlavaExecutor
Feature: LLava executor
2024-03-30 04:41:36 +08:00
Rinne 5e17e0f7c7
Merge pull request #630 from zsogitbe/master
KernelMemory update with adding the use of already loaded model
2024-03-29 23:04:23 +08:00
Zoli Somogyi 91e5a3f543 Code optimization 2024-03-28 21:30:14 +01:00
Zoli Somogyi 127c3edd44 KernelMemory update with adding the use of already loaded model
When using KernelMemory one may have already loaded a model which can then be used with this extension instead of loading the model again.
2024-03-28 20:18:53 +01:00
Rinne 9ee6ae3319
Merge pull request #615 from ChengYen-Tang/master
[LLama.KernelMemory] Fixed System.ArgumentException: EmbeddingMode must be true & #617
2024-03-28 03:32:09 +08:00
SignalRT bc487decae Delete default prompt 2024-03-26 23:19:32 +01:00
SignalRT 43677c511c Change interface to support multiple images and add the capabitlity to render the image in the console 2024-03-26 23:19:32 +01:00
SignalRT 2d9a114f66 Include comments and include some checks 2024-03-26 23:19:32 +01:00
SignalRT f66044fba2 Restore CI on master 2024-03-26 23:19:32 +01:00
SignalRT 8907adcd8e Clean up duplicate property 2024-03-26 23:19:32 +01:00
SignalRT 4c013aefd4 Disable Llava Embed test on CI 2024-03-26 23:19:32 +01:00
SignalRT e8732efadd Example InteractiveExecutor
Add an Example and modifications to the interactive executor to enable Llava Models.

Just a preview / demo
2024-03-26 23:19:32 +01:00
SignalRT 59a3323c94 Temporary change to compile on current branch 2024-03-26 23:15:31 +01:00
SignalRT df6a207e95 Revert "Try only to add cublas for the moment"
This reverts commit 5fda26c6101af35c0566947cec1507d2eb9e3b81.
2024-03-26 23:15:31 +01:00
SignalRT 6589878314 Try only to add cublas for the moment 2024-03-26 23:15:31 +01:00
SignalRT 23a2df7aff Add Cuda llava_shared library 2024-03-26 23:15:31 +01:00
Rinne b677cdc6a3
Merge pull request #560 from eublefar/feature/chat-session-state-management
Chat session state management
2024-03-26 11:44:29 +08:00