Upload 35 files
Browse files- .gitattributes +24 -0
- bin/bin/LICENSE +21 -0
- bin/bin/LICENSE-curl +9 -0
- bin/bin/LICENSE-httplib +21 -0
- bin/bin/LICENSE-jsonhpp +21 -0
- bin/bin/LICENSE-linenoise +26 -0
- bin/bin/libggml-base.so +3 -0
- bin/bin/libggml-cpu-alderlake.so +3 -0
- bin/bin/libggml-cpu-haswell.so +3 -0
- bin/bin/libggml-cpu-icelake.so +3 -0
- bin/bin/libggml-cpu-sandybridge.so +3 -0
- bin/bin/libggml-cpu-sapphirerapids.so +3 -0
- bin/bin/libggml-cpu-skylakex.so +3 -0
- bin/bin/libggml-cpu-sse42.so +3 -0
- bin/bin/libggml-cpu-x64.so +3 -0
- bin/bin/libggml-rpc.so +3 -0
- bin/bin/libggml.so +0 -0
- bin/bin/libllama.so +3 -0
- bin/bin/libmtmd.so +3 -0
- bin/bin/llama-batched-bench +3 -0
- bin/bin/llama-bench +3 -0
- bin/bin/llama-cli +3 -0
- bin/bin/llama-gemma3-cli +0 -0
- bin/bin/llama-gguf-split +0 -0
- bin/bin/llama-imatrix +3 -0
- bin/bin/llama-llava-cli +0 -0
- bin/bin/llama-minicpmv-cli +0 -0
- bin/bin/llama-mtmd-cli +3 -0
- bin/bin/llama-perplexity +3 -0
- bin/bin/llama-quantize +3 -0
- bin/bin/llama-qwen2vl-cli +0 -0
- bin/bin/llama-run +3 -0
- bin/bin/llama-server +3 -0
- bin/bin/llama-tokenize +3 -0
- bin/bin/llama-tts +3 -0
- bin/bin/rpc-server +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,27 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
qwen0.5-finetuned.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
qwen0.5-finetuned.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
bin/bin/libggml-base.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
bin/bin/libggml-cpu-alderlake.so filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
bin/bin/libggml-cpu-haswell.so filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
bin/bin/libggml-cpu-icelake.so filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
bin/bin/libggml-cpu-sandybridge.so filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
bin/bin/libggml-cpu-sapphirerapids.so filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
bin/bin/libggml-cpu-skylakex.so filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
bin/bin/libggml-cpu-sse42.so filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
bin/bin/libggml-cpu-x64.so filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
bin/bin/libggml-rpc.so filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
bin/bin/libllama.so filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
bin/bin/libmtmd.so filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
bin/bin/llama-batched-bench filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
bin/bin/llama-bench filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
bin/bin/llama-cli filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
bin/bin/llama-imatrix filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
bin/bin/llama-mtmd-cli filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
bin/bin/llama-perplexity filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
bin/bin/llama-quantize filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
bin/bin/llama-run filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
bin/bin/llama-server filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
bin/bin/llama-tokenize filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
bin/bin/llama-tts filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
bin/bin/rpc-server filter=lfs diff=lfs merge=lfs -text
|
bin/bin/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2023-2024 The ggml authors
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
bin/bin/LICENSE-curl
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 1996 - 2025, Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file.
|
| 2 |
+
|
| 3 |
+
All rights reserved.
|
| 4 |
+
|
| 5 |
+
Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
| 6 |
+
|
| 7 |
+
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 OF THIRD PARTY RIGHTS. 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.
|
| 8 |
+
|
| 9 |
+
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder.
|
bin/bin/LICENSE-httplib
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The MIT License (MIT)
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2017 yhirose
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
bin/bin/LICENSE-jsonhpp
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2013-2025 Niels Lohmann
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
bin/bin/LICENSE-linenoise
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2010-2014, Salvatore Sanfilippo <antirez at gmail dot com>
|
| 2 |
+
Copyright (c) 2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com>
|
| 3 |
+
Copyright (c) 2025, Eric Curtin <ericcurtin17 at gmail dot com>
|
| 4 |
+
|
| 5 |
+
All rights reserved.
|
| 6 |
+
|
| 7 |
+
Redistribution and use in source and binary forms, with or without
|
| 8 |
+
modification, are permitted provided that the following conditions are met:
|
| 9 |
+
|
| 10 |
+
* Redistributions of source code must retain the above copyright notice,
|
| 11 |
+
this list of conditions and the following disclaimer.
|
| 12 |
+
|
| 13 |
+
* Redistributions in binary form must reproduce the above copyright notice,
|
| 14 |
+
this list of conditions and the following disclaimer in the documentation
|
| 15 |
+
and/or other materials provided with the distribution.
|
| 16 |
+
|
| 17 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
| 18 |
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
| 19 |
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| 20 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
| 21 |
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
| 22 |
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
| 23 |
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
| 24 |
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 25 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| 26 |
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
bin/bin/libggml-base.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bd9e912f3bc749ea2afe6e560a897e9448c6c4171042595759a63e849c0b7b1
|
| 3 |
+
size 733032
|
bin/bin/libggml-cpu-alderlake.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4883479bf619e3e4005977a93a7d45e8f69a59b6e809f34d9594083081acc5aa
|
| 3 |
+
size 906376
|
bin/bin/libggml-cpu-haswell.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4fe25f9a9d3742a17e514a91a06243d2f31c7fbd08394756e367579d0a250ce
|
| 3 |
+
size 906376
|
bin/bin/libggml-cpu-icelake.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1257ab9c076975f7dd86d7bf497e59a87906177cdea4c15f96c9fd8e067c1e2
|
| 3 |
+
size 1034984
|
bin/bin/libggml-cpu-sandybridge.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99a8497f352b57b27cde41f82c7508f62d23db17b817f2968c5cc7741b1523fd
|
| 3 |
+
size 850632
|
bin/bin/libggml-cpu-sapphirerapids.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6fdd61f6a7f1f145da57156d577edf9afad550687ffaaa8e5a5853f64087fe2
|
| 3 |
+
size 1302296
|
bin/bin/libggml-cpu-skylakex.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f13b446c730c9d0988c430dd81e500a77a9f5e86065b51d4829b03d3467433e
|
| 3 |
+
size 1039080
|
bin/bin/libggml-cpu-sse42.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fac8b1e60856d06f9d692080e5af33092e22186f8cdba3758733f3a6329bfe52
|
| 3 |
+
size 651432
|
bin/bin/libggml-cpu-x64.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d14872d7f876cdfa782d3af268e08a1740ae9d251368fbfbc6cfbb9cf2bfd749
|
| 3 |
+
size 647512
|
bin/bin/libggml-rpc.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8b72d9069dd76f863e0ea59f322c38611080e1e084d92d5542b0f8cab40e028
|
| 3 |
+
size 122760
|
bin/bin/libggml.so
ADDED
|
Binary file (54.6 kB). View file
|
|
|
bin/bin/libllama.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d625dad5abfea290d762ddd606dc6b6ad86d3c5f59f2ecdda800f18616a785fa
|
| 3 |
+
size 2680632
|
bin/bin/libmtmd.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:071b29f6830f882b3566900962849a3b504b5f7ac2be581fa84cdea4c17ab7d6
|
| 3 |
+
size 807536
|
bin/bin/llama-batched-bench
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e1c349b9fd40e13df15d6273375ee4a30b6fe22bfb601b11962c65b554083ab
|
| 3 |
+
size 2554688
|
bin/bin/llama-bench
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9b2aab13cbd344147f137b841f1effa65df2bd0edf9c9de1128c3d128cd5d2f
|
| 3 |
+
size 527800
|
bin/bin/llama-cli
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ede7b8f25fc8952285c7a621cd0a3f79d89e3a1dc18dc7fc906a607347faf8b2
|
| 3 |
+
size 2590376
|
bin/bin/llama-gemma3-cli
ADDED
|
Binary file (16.9 kB). View file
|
|
|
bin/bin/llama-gguf-split
ADDED
|
Binary file (48.2 kB). View file
|
|
|
bin/bin/llama-imatrix
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61a236b35e0ad1f8d9ab42fda61843994c6a2646ff3d8fc37aa986a7cb0587d5
|
| 3 |
+
size 2650352
|
bin/bin/llama-llava-cli
ADDED
|
Binary file (16.9 kB). View file
|
|
|
bin/bin/llama-minicpmv-cli
ADDED
|
Binary file (16.9 kB). View file
|
|
|
bin/bin/llama-mtmd-cli
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5165143bb8894cdedb170e429f1d50af8c8b72cb5428a0f2993b4c0fc8f25d52
|
| 3 |
+
size 2573736
|
bin/bin/llama-perplexity
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2f5eed74f0114e241afd8ea8283aa93187f075f400440cfa0c9d2c446820ca4
|
| 3 |
+
size 2644144
|
bin/bin/llama-quantize
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2845b5db5c8e34bdf9bdd3b645871edd4d25c9cc561994423b847940ef12121
|
| 3 |
+
size 372560
|
bin/bin/llama-qwen2vl-cli
ADDED
|
Binary file (16.9 kB). View file
|
|
|
bin/bin/llama-run
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36031eedef8c3d02682151ec47c64172734ae540b3040ef01c4973ba3919788e
|
| 3 |
+
size 2060144
|
bin/bin/llama-server
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68c3f9772927c612832299773f6a6bd57d5cb94bc4c8c71d5eb1f5725ec54a9a
|
| 3 |
+
size 4681784
|
bin/bin/llama-tokenize
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7794044698030bd91b8e9946bf1071b401047e034429f75750be53b5a6aa7040
|
| 3 |
+
size 324080
|
bin/bin/llama-tts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:579713f7cc9168ec3c0cf63cd9e2007e7b5855108795db337c1fb4710fcf0515
|
| 3 |
+
size 2659536
|
bin/bin/rpc-server
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4c4974823037421c0157695d918607387c62cb509844384ee2c8f47ec0901c7
|
| 3 |
+
size 190224
|