diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..7178fd6dccceed56913f8bdabd035546c3daa15e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,51 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/libggml-base.so filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/libggml-cpu.so filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/libllama.so filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/libllava_shared.so filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-batched filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-batched-bench filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-bench filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-cli filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-convert-llama2c-to-ggml filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-cvector-generator filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-embedding filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-eval-callback filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-export-lora filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-gen-docs filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-gguf-hash filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-gritlm filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-imatrix filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-infill filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-llava-cli filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-llava-clip-quantize-cli filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-lookahead filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-lookup filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-lookup-create filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-lookup-stats filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-minicpmv-cli filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-parallel filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-passkey filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-perplexity filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-quantize filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-quantize-stats filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-qwen2vl-cli filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-retrieval filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-run filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-save-load-state filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-server filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-speculative filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-speculative-simple filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-tokenize filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/llama-tts filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/test-arg-parser filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/test-backend-ops filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/test-chat filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/test-chat-template filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/test-grammar-integration filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/test-json-schema-to-grammar filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/test-tokenizer-0 filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/test-tokenizer-1-bpe filter=lfs diff=lfs merge=lfs -text +llama.cpp/build/bin/test-tokenizer-1-spm filter=lfs diff=lfs merge=lfs -text diff --git a/llama.cpp/build/bin/LICENSE b/llama.cpp/build/bin/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..acb96ce78e0486e9dc7602cdcdd2f491c34f335a --- /dev/null +++ b/llama.cpp/build/bin/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023-2024 The ggml authors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/llama.cpp/build/bin/LICENSE.linenoise.cpp b/llama.cpp/build/bin/LICENSE.linenoise.cpp new file mode 100644 index 0000000000000000000000000000000000000000..b006b3b24dcf79007f257178d29a52e5c7fe67fd --- /dev/null +++ b/llama.cpp/build/bin/LICENSE.linenoise.cpp @@ -0,0 +1,26 @@ +Copyright (c) 2010-2014, Salvatore Sanfilippo +Copyright (c) 2010-2013, Pieter Noordhuis +Copyright (c) 2025, Eric Curtin + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/llama.cpp/build/bin/libggml-base.so b/llama.cpp/build/bin/libggml-base.so new file mode 100644 index 0000000000000000000000000000000000000000..60b4a2eb3d1e3f043ae75131410fd1742499b836 --- /dev/null +++ b/llama.cpp/build/bin/libggml-base.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031cf356a19145a270349ea25a0d085a59601e635a34ba8c131deb3bbdf00edd +size 653680 diff --git a/llama.cpp/build/bin/libggml-cpu.so b/llama.cpp/build/bin/libggml-cpu.so new file mode 100644 index 0000000000000000000000000000000000000000..3f74af45bce906927c258e0f9223dde66a6db34b --- /dev/null +++ b/llama.cpp/build/bin/libggml-cpu.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc72f4d2a6c76a4965037a8f4b602889db1f0c6f80b8c5f92367f71ad436f9b +size 510296 diff --git a/llama.cpp/build/bin/libggml-rpc.so b/llama.cpp/build/bin/libggml-rpc.so new file mode 100644 index 0000000000000000000000000000000000000000..b6434aa8dae4b92722f783861696de520b528386 Binary files /dev/null and b/llama.cpp/build/bin/libggml-rpc.so differ diff --git a/llama.cpp/build/bin/libggml.so b/llama.cpp/build/bin/libggml.so new file mode 100644 index 0000000000000000000000000000000000000000..42a9d7c2c2142ec9ddefa262adb19669ac4a0a74 Binary files /dev/null and b/llama.cpp/build/bin/libggml.so differ diff --git a/llama.cpp/build/bin/libllama.so b/llama.cpp/build/bin/libllama.so new file mode 100644 index 0000000000000000000000000000000000000000..7916e16168dc432fd17a2b8447efcaae00d4656d --- /dev/null +++ b/llama.cpp/build/bin/libllama.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361bfcc7ac18a241a85c553a521f811fd6ca0a2cf76aae68b9b32564347d7925 +size 1803888 diff --git a/llama.cpp/build/bin/libllava_shared.so b/llama.cpp/build/bin/libllava_shared.so new file mode 100644 index 0000000000000000000000000000000000000000..89f9de9609faeed1449316beb4acaccc52a4592f --- /dev/null +++ b/llama.cpp/build/bin/libllava_shared.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b88d638059a3ac7d8753ae485c0d4162d5db95e641bd0d8b6c373127e996148 +size 523160 diff --git a/llama.cpp/build/bin/llama-batched b/llama.cpp/build/bin/llama-batched new file mode 100644 index 0000000000000000000000000000000000000000..b3945e46c079341fb8f979a40ac8c0eb864c3b85 --- /dev/null +++ b/llama.cpp/build/bin/llama-batched @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0653d74bd8b9fad846831f5e4c74a7465ad7d1ac181b062b9561b2b4881eae3 +size 1992952 diff --git a/llama.cpp/build/bin/llama-batched-bench b/llama.cpp/build/bin/llama-batched-bench new file mode 100644 index 0000000000000000000000000000000000000000..1e803ed337b47437a3d297f155111e888b0d06da --- /dev/null +++ b/llama.cpp/build/bin/llama-batched-bench @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882716af6d0d263561c335dda360dd1e228213c6d6c3487815324037b69ca651 +size 1993016 diff --git a/llama.cpp/build/bin/llama-bench b/llama.cpp/build/bin/llama-bench new file mode 100644 index 0000000000000000000000000000000000000000..7ca29e4f80f45af02ad66a888e99a7368f9686ac --- /dev/null +++ b/llama.cpp/build/bin/llama-bench @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242879f186000bc29dc8dbd1952c8f7cfbdb19a5e558232560b9da2214ca94d8 +size 1788048 diff --git a/llama.cpp/build/bin/llama-cli b/llama.cpp/build/bin/llama-cli new file mode 100644 index 0000000000000000000000000000000000000000..2063fcd4855bc2216421a7f78d73131d4e26e41f --- /dev/null +++ b/llama.cpp/build/bin/llama-cli @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f25ff967fb28553ffc42fb3feec4a7894adc3b3b5dc950113f7024da8849b4e +size 2025048 diff --git a/llama.cpp/build/bin/llama-convert-llama2c-to-ggml b/llama.cpp/build/bin/llama-convert-llama2c-to-ggml new file mode 100644 index 0000000000000000000000000000000000000000..265b930b753538fd1337a028ff0c3793dbf797e9 --- /dev/null +++ b/llama.cpp/build/bin/llama-convert-llama2c-to-ggml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57987520e873bdaa365f7bb7cb934139a51d049521e78bcaaf9f9030194cfedd +size 1660640 diff --git a/llama.cpp/build/bin/llama-cvector-generator b/llama.cpp/build/bin/llama-cvector-generator new file mode 100644 index 0000000000000000000000000000000000000000..4d09e712e30cf0d7c775d1bd52370c67a676dfda --- /dev/null +++ b/llama.cpp/build/bin/llama-cvector-generator @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3884e6b151f8474f92b794b4686b36fcf8b9fa324490e557833fb90313a69bcd +size 2026312 diff --git a/llama.cpp/build/bin/llama-embedding b/llama.cpp/build/bin/llama-embedding new file mode 100644 index 0000000000000000000000000000000000000000..3d015ad0ea7770a5fa0f17177b1d40d769da284a --- /dev/null +++ b/llama.cpp/build/bin/llama-embedding @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5a6811018cee9c27caead3e04d0cdb1e98b3256a1e5e5bf5c7e618df3fb4ef +size 1997400 diff --git a/llama.cpp/build/bin/llama-eval-callback b/llama.cpp/build/bin/llama-eval-callback new file mode 100644 index 0000000000000000000000000000000000000000..95e97e7d6d95ae06d4a1455dabd300ae762038f1 --- /dev/null +++ b/llama.cpp/build/bin/llama-eval-callback @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58212d2a7261cb709313f304a8e4d56de64cec11e5afce7b740f2d76a199c13f +size 1993320 diff --git a/llama.cpp/build/bin/llama-export-lora b/llama.cpp/build/bin/llama-export-lora new file mode 100644 index 0000000000000000000000000000000000000000..707a879966cbbce07934ab1aa46b83c0e8834893 --- /dev/null +++ b/llama.cpp/build/bin/llama-export-lora @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a238163dd7f8cb8d0c3df4929729dc5fd9e2a548632290f152be0518fb60e6f +size 2030936 diff --git a/llama.cpp/build/bin/llama-gbnf-validator b/llama.cpp/build/bin/llama-gbnf-validator new file mode 100644 index 0000000000000000000000000000000000000000..4ff0168844dc51f3e1793fbeb42cbb884ba51a58 Binary files /dev/null and b/llama.cpp/build/bin/llama-gbnf-validator differ diff --git a/llama.cpp/build/bin/llama-gen-docs b/llama.cpp/build/bin/llama-gen-docs new file mode 100644 index 0000000000000000000000000000000000000000..ef85f713cd4884504d44a10c2709cd4135c776a1 --- /dev/null +++ b/llama.cpp/build/bin/llama-gen-docs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d7d7b626a094c5a4edaf3ebb76e80f623526668e78d9be0e394285d0b22789 +size 1993056 diff --git a/llama.cpp/build/bin/llama-gguf b/llama.cpp/build/bin/llama-gguf new file mode 100644 index 0000000000000000000000000000000000000000..995ff1b2a815866e9358a4bafafdeda0cc34dd00 Binary files /dev/null and b/llama.cpp/build/bin/llama-gguf differ diff --git a/llama.cpp/build/bin/llama-gguf-hash b/llama.cpp/build/bin/llama-gguf-hash new file mode 100644 index 0000000000000000000000000000000000000000..74ac06720d1ad8476cb046222aa1a0879f5182e1 --- /dev/null +++ b/llama.cpp/build/bin/llama-gguf-hash @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53a26ec24312c2197b6af0acacbd0dec9d8a352d877ae6bd2c2e7c46e5de843 +size 103448 diff --git a/llama.cpp/build/bin/llama-gguf-split b/llama.cpp/build/bin/llama-gguf-split new file mode 100644 index 0000000000000000000000000000000000000000..412b3b7a953ff2e23388c5975b006e0b29b5afe8 Binary files /dev/null and b/llama.cpp/build/bin/llama-gguf-split differ diff --git a/llama.cpp/build/bin/llama-gritlm b/llama.cpp/build/bin/llama-gritlm new file mode 100644 index 0000000000000000000000000000000000000000..fcec44bc657c467b6ebff67bd786772db11f38c0 --- /dev/null +++ b/llama.cpp/build/bin/llama-gritlm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732373ada5c46f47e01bad08323685b929884d72977817a3c9394a3e92aeb876 +size 1997840 diff --git a/llama.cpp/build/bin/llama-imatrix b/llama.cpp/build/bin/llama-imatrix new file mode 100644 index 0000000000000000000000000000000000000000..ac91ebd070222e1c36653d6ec4024934517a37fc --- /dev/null +++ b/llama.cpp/build/bin/llama-imatrix @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36430fb60208097b37b3b3f75d3cb20bc03651255d3a30bfab1fcf405fe403c5 +size 2036120 diff --git a/llama.cpp/build/bin/llama-infill b/llama.cpp/build/bin/llama-infill new file mode 100644 index 0000000000000000000000000000000000000000..88e3b60d8faa4298e5899edd6a1b0ca4bed40ccf --- /dev/null +++ b/llama.cpp/build/bin/llama-infill @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be54da473bd3ab8c5e8230052dfacb844dd8fda3b2b875c5910660008d0325c2 +size 2015728 diff --git a/llama.cpp/build/bin/llama-llava-cli b/llama.cpp/build/bin/llama-llava-cli new file mode 100644 index 0000000000000000000000000000000000000000..26a86427596f8d7a6eece274f9c0cd4d3101c4bb --- /dev/null +++ b/llama.cpp/build/bin/llama-llava-cli @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331f1631863a63f1eca09b8182fafebfa644a841d6b1d6747aed679c161d78d0 +size 2301888 diff --git a/llama.cpp/build/bin/llama-llava-clip-quantize-cli b/llama.cpp/build/bin/llama-llava-clip-quantize-cli new file mode 100644 index 0000000000000000000000000000000000000000..e6204c063f24fd6eaafeade6609ffaeb64696833 --- /dev/null +++ b/llama.cpp/build/bin/llama-llava-clip-quantize-cli @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326df701323805b7f43a67f4bede528eb278ad74c763808b277b517fa47b75fd +size 500544 diff --git a/llama.cpp/build/bin/llama-lookahead b/llama.cpp/build/bin/llama-lookahead new file mode 100644 index 0000000000000000000000000000000000000000..bb1ac2eb8256bc8c7d674f59b3d0bea8c19004b6 --- /dev/null +++ b/llama.cpp/build/bin/llama-lookahead @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abcb0139c15e4df4924511b54f27da19a17e69d931ac0d36b066c595f554d78 +size 1997816 diff --git a/llama.cpp/build/bin/llama-lookup b/llama.cpp/build/bin/llama-lookup new file mode 100644 index 0000000000000000000000000000000000000000..d5e01231fd7591055aa318ab2ed3836d256146f6 --- /dev/null +++ b/llama.cpp/build/bin/llama-lookup @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93952da9179c1ff3da8c13ca773335fbb5b2dad2d96895322b39c98587daa01 +size 2026912 diff --git a/llama.cpp/build/bin/llama-lookup-create b/llama.cpp/build/bin/llama-lookup-create new file mode 100644 index 0000000000000000000000000000000000000000..61bb7ed9ff9f043a14bb948e265e95bdf47cdb71 --- /dev/null +++ b/llama.cpp/build/bin/llama-lookup-create @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307f90f21698eed8bf06e616552f3b76790cf6bccbeb665f2835e5205d005fd9 +size 2013888 diff --git a/llama.cpp/build/bin/llama-lookup-merge b/llama.cpp/build/bin/llama-lookup-merge new file mode 100644 index 0000000000000000000000000000000000000000..a6acc593d8caa5aab8359e7626da05a2ad46e743 Binary files /dev/null and b/llama.cpp/build/bin/llama-lookup-merge differ diff --git a/llama.cpp/build/bin/llama-lookup-stats b/llama.cpp/build/bin/llama-lookup-stats new file mode 100644 index 0000000000000000000000000000000000000000..e89b38165311a3c6206c7d67c5b59ee79fcc6b59 --- /dev/null +++ b/llama.cpp/build/bin/llama-lookup-stats @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97adfb3a4b98a9b752cd78829b6ac06ce9310592aa1f1d27c4ca067d12fe7dfd +size 2014720 diff --git a/llama.cpp/build/bin/llama-minicpmv-cli b/llama.cpp/build/bin/llama-minicpmv-cli new file mode 100644 index 0000000000000000000000000000000000000000..383b16b3f8518b33156ba7852f0cf18ce00e037a --- /dev/null +++ b/llama.cpp/build/bin/llama-minicpmv-cli @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60280869ffa808f7945357350e56c4d4685bbe745af33a39f5684ca370cfeb0 +size 2293240 diff --git a/llama.cpp/build/bin/llama-parallel b/llama.cpp/build/bin/llama-parallel new file mode 100644 index 0000000000000000000000000000000000000000..34cfb6d5fb00b280f2d1aa23eaeea5cfff74aa84 --- /dev/null +++ b/llama.cpp/build/bin/llama-parallel @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e56bbd6e72179d6bdfbb871e35394446bcd1ddcfbdda63db2a271e91c22b032 +size 2002048 diff --git a/llama.cpp/build/bin/llama-passkey b/llama.cpp/build/bin/llama-passkey new file mode 100644 index 0000000000000000000000000000000000000000..e0c87e110a967635c53b7824404a50699d2a049c --- /dev/null +++ b/llama.cpp/build/bin/llama-passkey @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc820e518e97ff91d791eb1dff35fc129278e3f4d171e56d9a22c4ce80cf3d89 +size 1993160 diff --git a/llama.cpp/build/bin/llama-perplexity b/llama.cpp/build/bin/llama-perplexity new file mode 100644 index 0000000000000000000000000000000000000000..a99a9f99e597900164075ee424345decc3631010 --- /dev/null +++ b/llama.cpp/build/bin/llama-perplexity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881ecf9cecedcda98bac9cfd63637e701941c35c65a7782d6707c4d51b1124b4 +size 2090840 diff --git a/llama.cpp/build/bin/llama-q8dot b/llama.cpp/build/bin/llama-q8dot new file mode 100644 index 0000000000000000000000000000000000000000..ddc711516f54c58001be6eb23e4f106a3cdf93b9 Binary files /dev/null and b/llama.cpp/build/bin/llama-q8dot differ diff --git a/llama.cpp/build/bin/llama-quantize b/llama.cpp/build/bin/llama-quantize new file mode 100644 index 0000000000000000000000000000000000000000..77b4b5014bca08765cdc160d1bb4b1f0fb725c91 --- /dev/null +++ b/llama.cpp/build/bin/llama-quantize @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71f796a2e5615453cd5921d23157b4a6e88dd4a87824541bdecd9ba3da0b652 +size 1653312 diff --git a/llama.cpp/build/bin/llama-quantize-stats b/llama.cpp/build/bin/llama-quantize-stats new file mode 100644 index 0000000000000000000000000000000000000000..8fe6e82ac7cfe830a47bd284ad287c97e56058ba --- /dev/null +++ b/llama.cpp/build/bin/llama-quantize-stats @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc78cd849d47f77f20db073eb43afd314d106ad10a63ea0594349bd3c30996ea +size 213272 diff --git a/llama.cpp/build/bin/llama-qwen2vl-cli b/llama.cpp/build/bin/llama-qwen2vl-cli new file mode 100644 index 0000000000000000000000000000000000000000..4908b7c797011fd8b555b43dd777ec239453fcd7 --- /dev/null +++ b/llama.cpp/build/bin/llama-qwen2vl-cli @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbabcbcdc737896505d11be5139cb34347bb2002ed2cfdc7bf3db3e7674d822 +size 2301968 diff --git a/llama.cpp/build/bin/llama-retrieval b/llama.cpp/build/bin/llama-retrieval new file mode 100644 index 0000000000000000000000000000000000000000..e398170490e045b51637ab851a805b426e6412a2 --- /dev/null +++ b/llama.cpp/build/bin/llama-retrieval @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b32851e2b5334f4435d53298832781fcb1ec0001af52ecf63d8f9e21e237bbf +size 2006952 diff --git a/llama.cpp/build/bin/llama-run b/llama.cpp/build/bin/llama-run new file mode 100644 index 0000000000000000000000000000000000000000..a889b4d8729416710e2a62eb4632a5e60b1ce4ad --- /dev/null +++ b/llama.cpp/build/bin/llama-run @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd110895af60b7f8ba5dec7bff013bf573005161914a39d0737525be3f790a70 +size 1758880 diff --git a/llama.cpp/build/bin/llama-save-load-state b/llama.cpp/build/bin/llama-save-load-state new file mode 100644 index 0000000000000000000000000000000000000000..ca6adc1fe5067be20be1beb3f83f60c8f441e79b --- /dev/null +++ b/llama.cpp/build/bin/llama-save-load-state @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0bea0229e896bb0c33f5476da68e46b0b3d61644f04f788c35fdc87eb16b74 +size 1993512 diff --git a/llama.cpp/build/bin/llama-server b/llama.cpp/build/bin/llama-server new file mode 100644 index 0000000000000000000000000000000000000000..286830a047a94359ebb8dcfc572664d6aec6b865 --- /dev/null +++ b/llama.cpp/build/bin/llama-server @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85057dee5bbf9f4d10a196204f411ef010f541bc32f7cb1a01b50eecba1ab9c +size 4057544 diff --git a/llama.cpp/build/bin/llama-simple b/llama.cpp/build/bin/llama-simple new file mode 100644 index 0000000000000000000000000000000000000000..e306d03d6b4ffdbe4eb7980d91b1824736c21b23 Binary files /dev/null and b/llama.cpp/build/bin/llama-simple differ diff --git a/llama.cpp/build/bin/llama-simple-chat b/llama.cpp/build/bin/llama-simple-chat new file mode 100644 index 0000000000000000000000000000000000000000..4858ea3f3901ba86b739ced3636af3cce02629ad Binary files /dev/null and b/llama.cpp/build/bin/llama-simple-chat differ diff --git a/llama.cpp/build/bin/llama-speculative b/llama.cpp/build/bin/llama-speculative new file mode 100644 index 0000000000000000000000000000000000000000..42a9078c91fb293d9bb5954ee70ad5213eda3b7b --- /dev/null +++ b/llama.cpp/build/bin/llama-speculative @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db53918452df1a89030b4dd33c946e87c3fb4a24b05102d51410871a71a3d65f +size 2025392 diff --git a/llama.cpp/build/bin/llama-speculative-simple b/llama.cpp/build/bin/llama-speculative-simple new file mode 100644 index 0000000000000000000000000000000000000000..803a11d0f5eae66551d2e396491b3cab587ec340 --- /dev/null +++ b/llama.cpp/build/bin/llama-speculative-simple @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09641bc4e2b8f46eb08056cbbe4d9626781b3cc210b5907080888663263e1ecd +size 2002192 diff --git a/llama.cpp/build/bin/llama-tokenize b/llama.cpp/build/bin/llama-tokenize new file mode 100644 index 0000000000000000000000000000000000000000..0dd511e8700018a041d6314a77be52ed064541d5 --- /dev/null +++ b/llama.cpp/build/bin/llama-tokenize @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f914c0771d537db92a8dd90a3a81bedf8d90c1dedca14e8e5d1adfc3f22450b +size 1631640 diff --git a/llama.cpp/build/bin/llama-tts b/llama.cpp/build/bin/llama-tts new file mode 100644 index 0000000000000000000000000000000000000000..39fbb4afee6514159f6d6fc6b6b999d6827243b6 --- /dev/null +++ b/llama.cpp/build/bin/llama-tts @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f547191398c108a4b7d4e6dc76c674f33e3a9a087a2f61822c2a81c6875d84cd +size 2043000 diff --git a/llama.cpp/build/bin/llama-vdot b/llama.cpp/build/bin/llama-vdot new file mode 100644 index 0000000000000000000000000000000000000000..47ea70f7729fce58b09e3619889c0a0aaaf8318a Binary files /dev/null and b/llama.cpp/build/bin/llama-vdot differ diff --git a/llama.cpp/build/bin/rpc-server b/llama.cpp/build/bin/rpc-server new file mode 100644 index 0000000000000000000000000000000000000000..fa4cc053bfc314dbf0428709b1c81c55c2665768 Binary files /dev/null and b/llama.cpp/build/bin/rpc-server differ diff --git a/llama.cpp/build/bin/test-arg-parser b/llama.cpp/build/bin/test-arg-parser new file mode 100644 index 0000000000000000000000000000000000000000..28c36f9bb3fe7ec7a9de8c4e537005749f083dd6 --- /dev/null +++ b/llama.cpp/build/bin/test-arg-parser @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48d58635ae6d1de5bd8464f837b7349d6717dcd4317c40d5dec70a9cd0c39a2 +size 1998136 diff --git a/llama.cpp/build/bin/test-autorelease b/llama.cpp/build/bin/test-autorelease new file mode 100644 index 0000000000000000000000000000000000000000..d6e485e7c8764481f70beb23a96dcfe23c81b36d Binary files /dev/null and b/llama.cpp/build/bin/test-autorelease differ diff --git a/llama.cpp/build/bin/test-backend-ops b/llama.cpp/build/bin/test-backend-ops new file mode 100644 index 0000000000000000000000000000000000000000..bc980fb24b179d376b480c140c44ba090a917c5a --- /dev/null +++ b/llama.cpp/build/bin/test-backend-ops @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e3f6d2076a28d5641918675f6176b15a92e8d59f5d352b0cab7dc09873d4da +size 448216 diff --git a/llama.cpp/build/bin/test-barrier b/llama.cpp/build/bin/test-barrier new file mode 100644 index 0000000000000000000000000000000000000000..43bb79a8df60aa8c37683f73ed920ed26469a290 Binary files /dev/null and b/llama.cpp/build/bin/test-barrier differ diff --git a/llama.cpp/build/bin/test-c b/llama.cpp/build/bin/test-c new file mode 100644 index 0000000000000000000000000000000000000000..69142b6ba381fb4d237b5d480982c08d725411d0 Binary files /dev/null and b/llama.cpp/build/bin/test-c differ diff --git a/llama.cpp/build/bin/test-chat b/llama.cpp/build/bin/test-chat new file mode 100644 index 0000000000000000000000000000000000000000..a6b18d6dc32ae1af54f78de34adb9389e3f7653b --- /dev/null +++ b/llama.cpp/build/bin/test-chat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d4fc7c710090d3c9d1d3d85c96a66c8a2a800b83334e81d1bc4f8fb5dcc0b6 +size 1796224 diff --git a/llama.cpp/build/bin/test-chat-template b/llama.cpp/build/bin/test-chat-template new file mode 100644 index 0000000000000000000000000000000000000000..38b896549272d6014e287b29b71a23291d7f15ec --- /dev/null +++ b/llama.cpp/build/bin/test-chat-template @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fa77fbcc385c1373f34bc9842fc7b52514bc3a0359b831955d878f3d4deb5a +size 1745736 diff --git a/llama.cpp/build/bin/test-gguf b/llama.cpp/build/bin/test-gguf new file mode 100644 index 0000000000000000000000000000000000000000..8939b01a1d9ba5cb89be2ac801557f9f0472869d Binary files /dev/null and b/llama.cpp/build/bin/test-gguf differ diff --git a/llama.cpp/build/bin/test-grammar-integration b/llama.cpp/build/bin/test-grammar-integration new file mode 100644 index 0000000000000000000000000000000000000000..a057c66ab39bcfa6165a2ba5f6f2e406f515497b --- /dev/null +++ b/llama.cpp/build/bin/test-grammar-integration @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05231ff039ebc6656108d6c480e55d4a4b61ae56886abea87fa7ce7f53c56bff +size 1716792 diff --git a/llama.cpp/build/bin/test-grammar-parser b/llama.cpp/build/bin/test-grammar-parser new file mode 100644 index 0000000000000000000000000000000000000000..a534d32c6d98441fdb431d7a840f9b4fa55ef29a Binary files /dev/null and b/llama.cpp/build/bin/test-grammar-parser differ diff --git a/llama.cpp/build/bin/test-json-schema-to-grammar b/llama.cpp/build/bin/test-json-schema-to-grammar new file mode 100644 index 0000000000000000000000000000000000000000..ed776f8ecd3d492199b080cbd57bd1a4cdafa350 --- /dev/null +++ b/llama.cpp/build/bin/test-json-schema-to-grammar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a17a51896fd8315838a9f9b1a0e293eb910bfdd0a2d5bfac4a18f3c43e3e2c9 +size 1709000 diff --git a/llama.cpp/build/bin/test-llama-grammar b/llama.cpp/build/bin/test-llama-grammar new file mode 100644 index 0000000000000000000000000000000000000000..d8d15905eeb51d3b441192a271cc1e3e0bb3d357 Binary files /dev/null and b/llama.cpp/build/bin/test-llama-grammar differ diff --git a/llama.cpp/build/bin/test-log b/llama.cpp/build/bin/test-log new file mode 100644 index 0000000000000000000000000000000000000000..411d3c7baa56dd2e8e41db1090db21425ac8f30f Binary files /dev/null and b/llama.cpp/build/bin/test-log differ diff --git a/llama.cpp/build/bin/test-model-load-cancel b/llama.cpp/build/bin/test-model-load-cancel new file mode 100644 index 0000000000000000000000000000000000000000..b98caa2a3d69d2c4b23c9fa73b5e5b8c86bdb984 Binary files /dev/null and b/llama.cpp/build/bin/test-model-load-cancel differ diff --git a/llama.cpp/build/bin/test-quantize-fns b/llama.cpp/build/bin/test-quantize-fns new file mode 100644 index 0000000000000000000000000000000000000000..49b7d3731e04ac0162eacbbd7a79e439d01c6862 Binary files /dev/null and b/llama.cpp/build/bin/test-quantize-fns differ diff --git a/llama.cpp/build/bin/test-quantize-perf b/llama.cpp/build/bin/test-quantize-perf new file mode 100644 index 0000000000000000000000000000000000000000..b991b65683a5f5c09d4516bd0a118a24d22f7854 Binary files /dev/null and b/llama.cpp/build/bin/test-quantize-perf differ diff --git a/llama.cpp/build/bin/test-rope b/llama.cpp/build/bin/test-rope new file mode 100644 index 0000000000000000000000000000000000000000..19bd9df1bd36304374481b6f6e73cce57491487b Binary files /dev/null and b/llama.cpp/build/bin/test-rope differ diff --git a/llama.cpp/build/bin/test-sampling b/llama.cpp/build/bin/test-sampling new file mode 100644 index 0000000000000000000000000000000000000000..8f1a9d0f77cdc4661b9530aa744d8a66cc141845 Binary files /dev/null and b/llama.cpp/build/bin/test-sampling differ diff --git a/llama.cpp/build/bin/test-tokenizer-0 b/llama.cpp/build/bin/test-tokenizer-0 new file mode 100644 index 0000000000000000000000000000000000000000..0c2582ca8446d8382fffaffb9daca9e565802a51 --- /dev/null +++ b/llama.cpp/build/bin/test-tokenizer-0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c44f223d427b66ddcda04d1fd56b5898e0c4c30905c1347861155f540fbcd7 +size 1642128 diff --git a/llama.cpp/build/bin/test-tokenizer-1-bpe b/llama.cpp/build/bin/test-tokenizer-1-bpe new file mode 100644 index 0000000000000000000000000000000000000000..cee7eb26b3d220b475fe7a3f783e1c9ac2b77d89 --- /dev/null +++ b/llama.cpp/build/bin/test-tokenizer-1-bpe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16ccb6d521ffc5f0dccd8227533c5ee734d4fcd80667dd3aebd4800eae7e1b4 +size 1632240 diff --git a/llama.cpp/build/bin/test-tokenizer-1-spm b/llama.cpp/build/bin/test-tokenizer-1-spm new file mode 100644 index 0000000000000000000000000000000000000000..369b8c178623fe321d2e7ac2dcd4119ab5238326 --- /dev/null +++ b/llama.cpp/build/bin/test-tokenizer-1-spm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01551e4b5d997968836d5b6fde1b96f8cf081ed9e6a522576cbe0807ca9e53b7 +size 1628048 diff --git a/llama.cpp/llama-b4688-bin-ubuntu-x64.zip b/llama.cpp/llama-b4688-bin-ubuntu-x64.zip new file mode 100644 index 0000000000000000000000000000000000000000..be4129b48f3ef8d91633e9f7aa1971e48eb705d1 --- /dev/null +++ b/llama.cpp/llama-b4688-bin-ubuntu-x64.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fdf523bc7a74e707d9f2c0b221fc294fd74352b650be8e921dd2de13851b1f +size 31108154