xbotter
2af686f39c
Merge branch 'SciSharp:master' into kernel-memory
2 years ago
Martin Evans
f8b2c5de3d
Merge pull request #227 from martindevans/fixed_build_process
Fixed GitHub Build Process
2 years ago
Martin Evans
0255aa2c6e
Disabled march=native in github builds!
2 years ago
xbotter
a3a6dc3a1b
fix comments
2 years ago
xbotter
e36a118360
fix name
2 years ago
xbotter
3de9d34093
update package to KernelMemory
2 years ago
xbotter
a49438e6e6
🔧 Add Semantic Memory SDK to LLama.Examples
Added a project reference to LLama.KernelMemory in the LLama.Examples.csproj file.
🔧 Add KernelMemory class and update TestRunner
Added a new class KernelMemory to the LLama.Examples.NewVersion namespace, which includes a Run method that demonstrates the usage of Semantic Kernel Memory. The class imports a sample PDF document and asks a question to the memory, displaying the answer and relevant sources.
Updated the TestRunner class in the same namespace to include an option (choice 15) to run the KernelMemory example.
🔧 Fix typo in LLamaSharpTextEmbeddingGeneration class
Fixed a typo in the LLamaSharpTextEmbeddingGeneration class where the LlamaSharpConfig variable was incorrectly named as LlamaSharpConfig.
Added XML documentation for the LLamaSharpTextEmbeddingGeneration constructor, Dispose method, and GenerateEmbeddingsAsync method.
Summary:
- Added project reference to LLama.KernelMemory and LLama.SemanticKernel in LLama.Examples.csproj
- Added KernelMemory class to demonstrate Semantic Kernel Memory usage
- Updated TestRunner class to include option for running KernelMemory example
- Fixed typo in LLamaSharpTextEmbeddingGeneration class
- Added XML documentation for constructor, Dispose method, and GenerateEmbeddingsAsync method in LLamaSharpTextEmbeddingGeneration class
2 years ago
xbotter
26cded73c6
📝 Add LLamaSharp.KernelMemory project
Add the LLamaSharp.KernelMemory project to the solution. This project includes classes for text embedding generation and text generation using the LLamaSharp library.
2 years ago
Martin Evans
321d0b58c4
Merge pull request #202 from martindevans/multi_gpu
Multi GPU
2 years ago
Martin Evans
c1ce547ebe
Merge pull request #222 from martindevans/ci_dotnet7.0_only
CI dotnet 7.0
2 years ago
Martin Evans
4436ea4715
Modified CI to use dotnet 7.0 only, hopefully more stable!
2 years ago
Martin Evans
f6a472ae86
Setting the default seed to `0xFFFFFFFF` (no seed, randomised)
2 years ago
Rinne
bb5dedf5eb
docs: create CONTRIBUTING.md
2 years ago
Martin Evans
b72b253549
removed OOM killer step (not allowed on GitHub actions)
2 years ago
Martin Evans
a769ab3a40
Logging out events from the OOM killer
2 years ago
Martin Evans
d5874a279c
Updated test runner to latest version
2 years ago
Martin Evans
8b582a4cc8
Added `if: always()` to force logs to be written even if earlier steps fail
2 years ago
Martin Evans
b4e57f7966
Added extra diagnostics to test runner
2 years ago
Martin Evans
666455d144
Merge pull request #219 from martindevans/fix/broken_text_decoding
Fixed Broken Text Decoding
2 years ago
Martin Evans
36c71abcfb
Fixed `LLama.StreamingTokenDecoderLLamaLLama.StreamingTokenDecoderLLamaLLama.StreamingTokenDecoderLLama` spam in all executors except Stateless.
2 years ago
Martin Evans
5b6408b072
Merge pull request #205 from martindevans/roundtrip_tokenization_investigation
RoundTrip Tokenization Errors
2 years ago
Martin Evans
4a6319742d
Update README.md
2 years ago
Martin Evans
4e315423a1
Update README.md
2 years ago
Rinne
f0552dc813
Merge pull request #217 from AsakusaRinne/master
docs: update the readme.
2 years ago
Yaohui Liu
4c80b40870
docs: update the readme.
2 years ago
Rinne
1299de3e5b
Merge pull request #216 from AsakusaRinne/auto_release_ci
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
4b86bc8d9d
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
27b21cf136
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
0f6408f60a
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
c6c478f52b
ci: try to fix error of pushing package.
2 years ago
Rinne
f62afad1e8
Merge pull request #215 from AsakusaRinne/auto_release_ci
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
a5e66b31dc
ci: fix typo.
2 years ago
Yaohui Liu
20d8cb1e84
ci: try to fix error of pushing package.
2 years ago
Rinne
3fd1063a87
Merge pull request #214 from AsakusaRinne/auto_release_ci
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
e04c2c51ab
ci: try to fix error of pushing package.
2 years ago
Rinne
31f933ab7f
Merge pull request #213 from AsakusaRinne/auto_release_ci
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
99ecfd3e5b
ci: try to fix error of pushing package.
2 years ago
Rinne
d0e798b623
Merge pull request #212 from AsakusaRinne/auto_release_ci
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
0fbca6a38f
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
74e16966fe
ci: try to fix error of pushing package.
2 years ago
Rinne
0906b4bf56
Merge pull request #210 from AsakusaRinne/auto_release_ci
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
7551b4a3be
ci: try to fix error of pushing package.
2 years ago
Rinne
32662a9be8
Merge pull request #209 from AsakusaRinne/auto_release_ci
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
792215fd99
ci: try to fix error of pushing package.
2 years ago
Martin Evans
a03fe003de
Fixed decoding of text "accumulating" over time (never properly clearing buffer)
2 years ago
Rinne
376e445760
Merge pull request #207 from AsakusaRinne/auto_release_ci
ci: try to fix error of pushing package.
2 years ago
Yaohui Liu
b0af0cf4ea
ci: try to fix error of pushing package.
2 years ago
Rinne
335544ae49
Merge pull request #206 from AsakusaRinne/auto_release_ci
ci: fix error of pushing package.
2 years ago
Yaohui Liu
114b3aa722
Merge branch 'auto_release_ci' of github.com:AsakusaRinne/LLamaSharp into auto_release_ci
2 years ago
Yaohui Liu
d0cb185b1d
ci: fix error of pushing package.
2 years ago