-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* code changes for december update (not working yet) * Changes to support up to ggerganov/llama.cpp@d408bb9 * Updated to latest llama.cpp binaries, this works on Windows CPU but needs more changes for other backends * Updated to latest deps, fixed kernel memory failing to load * Copy missing Mac flibraries libggml-base and libggml-cpu * Removed any mention of AVX in MacOS loading * Added file copying for some more targets (still missing macos) * Updated to latest set of binaries * Fixed copy path for CUDA12 DLLs * Compatibility with llama.cpp backend split (PR #10256) on all platforms * Restore original comment * Update the dependency loader for ggml-metal and ggml-blas * Update the runtime targets for ggml-metal and ggml-blas * Add CPU backend (fallback) dependency for the GPU backends * Fix icons for the nuget backends * Update nuspec files for the GPU backends * Update BinaryReleaseId * Update nuspec for CPU & OSX * Update CPU nuspec to use noavx folder * Update Runtime.targets to use noavx folder * Update BinaryReleaseId * CUDA & Vulkan native libraries now correctly store the detected or user defined AVX level --------- Co-authored-by: SignalRT <[email protected]> Co-authored-by: m0nsky <[email protected]>
- Loading branch information
1 parent
f55252f
commit 02eedd9
Showing
40 changed files
with
563 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 4 additions & 10 deletions
14
LLama.Unittest/KernelMemory/LLamaSharpTextEmbeddingGeneratorTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 4 additions & 14 deletions
18
LLama.Unittest/KernelMemory/LlamaSharpTextGeneratorTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.