Upload 74 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +48 -0
- llama.cpp/build/bin/LICENSE +21 -0
- llama.cpp/build/bin/LICENSE.linenoise.cpp +26 -0
- llama.cpp/build/bin/libggml-base.so +3 -0
- llama.cpp/build/bin/libggml-cpu.so +3 -0
- llama.cpp/build/bin/libggml-rpc.so +0 -0
- llama.cpp/build/bin/libggml.so +0 -0
- llama.cpp/build/bin/libllama.so +3 -0
- llama.cpp/build/bin/libllava_shared.so +3 -0
- llama.cpp/build/bin/llama-batched +3 -0
- llama.cpp/build/bin/llama-batched-bench +3 -0
- llama.cpp/build/bin/llama-bench +3 -0
- llama.cpp/build/bin/llama-cli +3 -0
- llama.cpp/build/bin/llama-convert-llama2c-to-ggml +3 -0
- llama.cpp/build/bin/llama-cvector-generator +3 -0
- llama.cpp/build/bin/llama-embedding +3 -0
- llama.cpp/build/bin/llama-eval-callback +3 -0
- llama.cpp/build/bin/llama-export-lora +3 -0
- llama.cpp/build/bin/llama-gbnf-validator +0 -0
- llama.cpp/build/bin/llama-gen-docs +3 -0
- llama.cpp/build/bin/llama-gguf +0 -0
- llama.cpp/build/bin/llama-gguf-hash +3 -0
- llama.cpp/build/bin/llama-gguf-split +0 -0
- llama.cpp/build/bin/llama-gritlm +3 -0
- llama.cpp/build/bin/llama-imatrix +3 -0
- llama.cpp/build/bin/llama-infill +3 -0
- llama.cpp/build/bin/llama-llava-cli +3 -0
- llama.cpp/build/bin/llama-llava-clip-quantize-cli +3 -0
- llama.cpp/build/bin/llama-lookahead +3 -0
- llama.cpp/build/bin/llama-lookup +3 -0
- llama.cpp/build/bin/llama-lookup-create +3 -0
- llama.cpp/build/bin/llama-lookup-merge +0 -0
- llama.cpp/build/bin/llama-lookup-stats +3 -0
- llama.cpp/build/bin/llama-minicpmv-cli +3 -0
- llama.cpp/build/bin/llama-parallel +3 -0
- llama.cpp/build/bin/llama-passkey +3 -0
- llama.cpp/build/bin/llama-perplexity +3 -0
- llama.cpp/build/bin/llama-q8dot +0 -0
- llama.cpp/build/bin/llama-quantize +3 -0
- llama.cpp/build/bin/llama-quantize-stats +3 -0
- llama.cpp/build/bin/llama-qwen2vl-cli +3 -0
- llama.cpp/build/bin/llama-retrieval +3 -0
- llama.cpp/build/bin/llama-run +3 -0
- llama.cpp/build/bin/llama-save-load-state +3 -0
- llama.cpp/build/bin/llama-server +3 -0
- llama.cpp/build/bin/llama-simple +0 -0
- llama.cpp/build/bin/llama-simple-chat +0 -0
- llama.cpp/build/bin/llama-speculative +3 -0
- llama.cpp/build/bin/llama-speculative-simple +3 -0
- llama.cpp/build/bin/llama-tokenize +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,51 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip 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 |
+
llama.cpp/build/bin/libggml-base.so filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama.cpp/build/bin/libggml-cpu.so filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama.cpp/build/bin/libllama.so filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama.cpp/build/bin/libllava_shared.so filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama.cpp/build/bin/llama-batched filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llama.cpp/build/bin/llama-batched-bench filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llama.cpp/build/bin/llama-bench filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llama.cpp/build/bin/llama-cli filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llama.cpp/build/bin/llama-convert-llama2c-to-ggml filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llama.cpp/build/bin/llama-cvector-generator filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llama.cpp/build/bin/llama-embedding filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llama.cpp/build/bin/llama-eval-callback filter=lfs diff=lfs merge=lfs -text
|
48 |
+
llama.cpp/build/bin/llama-export-lora filter=lfs diff=lfs merge=lfs -text
|
49 |
+
llama.cpp/build/bin/llama-gen-docs filter=lfs diff=lfs merge=lfs -text
|
50 |
+
llama.cpp/build/bin/llama-gguf-hash filter=lfs diff=lfs merge=lfs -text
|
51 |
+
llama.cpp/build/bin/llama-gritlm filter=lfs diff=lfs merge=lfs -text
|
52 |
+
llama.cpp/build/bin/llama-imatrix filter=lfs diff=lfs merge=lfs -text
|
53 |
+
llama.cpp/build/bin/llama-infill filter=lfs diff=lfs merge=lfs -text
|
54 |
+
llama.cpp/build/bin/llama-llava-cli filter=lfs diff=lfs merge=lfs -text
|
55 |
+
llama.cpp/build/bin/llama-llava-clip-quantize-cli filter=lfs diff=lfs merge=lfs -text
|
56 |
+
llama.cpp/build/bin/llama-lookahead filter=lfs diff=lfs merge=lfs -text
|
57 |
+
llama.cpp/build/bin/llama-lookup filter=lfs diff=lfs merge=lfs -text
|
58 |
+
llama.cpp/build/bin/llama-lookup-create filter=lfs diff=lfs merge=lfs -text
|
59 |
+
llama.cpp/build/bin/llama-lookup-stats filter=lfs diff=lfs merge=lfs -text
|
60 |
+
llama.cpp/build/bin/llama-minicpmv-cli filter=lfs diff=lfs merge=lfs -text
|
61 |
+
llama.cpp/build/bin/llama-parallel filter=lfs diff=lfs merge=lfs -text
|
62 |
+
llama.cpp/build/bin/llama-passkey filter=lfs diff=lfs merge=lfs -text
|
63 |
+
llama.cpp/build/bin/llama-perplexity filter=lfs diff=lfs merge=lfs -text
|
64 |
+
llama.cpp/build/bin/llama-quantize filter=lfs diff=lfs merge=lfs -text
|
65 |
+
llama.cpp/build/bin/llama-quantize-stats filter=lfs diff=lfs merge=lfs -text
|
66 |
+
llama.cpp/build/bin/llama-qwen2vl-cli filter=lfs diff=lfs merge=lfs -text
|
67 |
+
llama.cpp/build/bin/llama-retrieval filter=lfs diff=lfs merge=lfs -text
|
68 |
+
llama.cpp/build/bin/llama-run filter=lfs diff=lfs merge=lfs -text
|
69 |
+
llama.cpp/build/bin/llama-save-load-state filter=lfs diff=lfs merge=lfs -text
|
70 |
+
llama.cpp/build/bin/llama-server filter=lfs diff=lfs merge=lfs -text
|
71 |
+
llama.cpp/build/bin/llama-speculative filter=lfs diff=lfs merge=lfs -text
|
72 |
+
llama.cpp/build/bin/llama-speculative-simple filter=lfs diff=lfs merge=lfs -text
|
73 |
+
llama.cpp/build/bin/llama-tokenize filter=lfs diff=lfs merge=lfs -text
|
74 |
+
llama.cpp/build/bin/llama-tts filter=lfs diff=lfs merge=lfs -text
|
75 |
+
llama.cpp/build/bin/test-arg-parser filter=lfs diff=lfs merge=lfs -text
|
76 |
+
llama.cpp/build/bin/test-backend-ops filter=lfs diff=lfs merge=lfs -text
|
77 |
+
llama.cpp/build/bin/test-chat filter=lfs diff=lfs merge=lfs -text
|
78 |
+
llama.cpp/build/bin/test-chat-template filter=lfs diff=lfs merge=lfs -text
|
79 |
+
llama.cpp/build/bin/test-grammar-integration filter=lfs diff=lfs merge=lfs -text
|
80 |
+
llama.cpp/build/bin/test-json-schema-to-grammar filter=lfs diff=lfs merge=lfs -text
|
81 |
+
llama.cpp/build/bin/test-tokenizer-0 filter=lfs diff=lfs merge=lfs -text
|
82 |
+
llama.cpp/build/bin/test-tokenizer-1-bpe filter=lfs diff=lfs merge=lfs -text
|
83 |
+
llama.cpp/build/bin/test-tokenizer-1-spm filter=lfs diff=lfs merge=lfs -text
|
llama.cpp/build/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.
|
llama.cpp/build/bin/LICENSE.linenoise.cpp
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.
|
llama.cpp/build/bin/libggml-base.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:031cf356a19145a270349ea25a0d085a59601e635a34ba8c131deb3bbdf00edd
|
3 |
+
size 653680
|
llama.cpp/build/bin/libggml-cpu.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fc72f4d2a6c76a4965037a8f4b602889db1f0c6f80b8c5f92367f71ad436f9b
|
3 |
+
size 510296
|
llama.cpp/build/bin/libggml-rpc.so
ADDED
Binary file (97.2 kB). View file
|
|
llama.cpp/build/bin/libggml.so
ADDED
Binary file (70.2 kB). View file
|
|
llama.cpp/build/bin/libllama.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:361bfcc7ac18a241a85c553a521f811fd6ca0a2cf76aae68b9b32564347d7925
|
3 |
+
size 1803888
|
llama.cpp/build/bin/libllava_shared.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b88d638059a3ac7d8753ae485c0d4162d5db95e641bd0d8b6c373127e996148
|
3 |
+
size 523160
|
llama.cpp/build/bin/llama-batched
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0653d74bd8b9fad846831f5e4c74a7465ad7d1ac181b062b9561b2b4881eae3
|
3 |
+
size 1992952
|
llama.cpp/build/bin/llama-batched-bench
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:882716af6d0d263561c335dda360dd1e228213c6d6c3487815324037b69ca651
|
3 |
+
size 1993016
|
llama.cpp/build/bin/llama-bench
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:242879f186000bc29dc8dbd1952c8f7cfbdb19a5e558232560b9da2214ca94d8
|
3 |
+
size 1788048
|
llama.cpp/build/bin/llama-cli
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f25ff967fb28553ffc42fb3feec4a7894adc3b3b5dc950113f7024da8849b4e
|
3 |
+
size 2025048
|
llama.cpp/build/bin/llama-convert-llama2c-to-ggml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57987520e873bdaa365f7bb7cb934139a51d049521e78bcaaf9f9030194cfedd
|
3 |
+
size 1660640
|
llama.cpp/build/bin/llama-cvector-generator
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3884e6b151f8474f92b794b4686b36fcf8b9fa324490e557833fb90313a69bcd
|
3 |
+
size 2026312
|
llama.cpp/build/bin/llama-embedding
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e5a6811018cee9c27caead3e04d0cdb1e98b3256a1e5e5bf5c7e618df3fb4ef
|
3 |
+
size 1997400
|
llama.cpp/build/bin/llama-eval-callback
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58212d2a7261cb709313f304a8e4d56de64cec11e5afce7b740f2d76a199c13f
|
3 |
+
size 1993320
|
llama.cpp/build/bin/llama-export-lora
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a238163dd7f8cb8d0c3df4929729dc5fd9e2a548632290f152be0518fb60e6f
|
3 |
+
size 2030936
|
llama.cpp/build/bin/llama-gbnf-validator
ADDED
Binary file (26.9 kB). View file
|
|
llama.cpp/build/bin/llama-gen-docs
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88d7d7b626a094c5a4edaf3ebb76e80f623526668e78d9be0e394285d0b22789
|
3 |
+
size 1993056
|
llama.cpp/build/bin/llama-gguf
ADDED
Binary file (28.1 kB). View file
|
|
llama.cpp/build/bin/llama-gguf-hash
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c53a26ec24312c2197b6af0acacbd0dec9d8a352d877ae6bd2c2e7c46e5de843
|
3 |
+
size 103448
|
llama.cpp/build/bin/llama-gguf-split
ADDED
Binary file (48.1 kB). View file
|
|
llama.cpp/build/bin/llama-gritlm
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:732373ada5c46f47e01bad08323685b929884d72977817a3c9394a3e92aeb876
|
3 |
+
size 1997840
|
llama.cpp/build/bin/llama-imatrix
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36430fb60208097b37b3b3f75d3cb20bc03651255d3a30bfab1fcf405fe403c5
|
3 |
+
size 2036120
|
llama.cpp/build/bin/llama-infill
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be54da473bd3ab8c5e8230052dfacb844dd8fda3b2b875c5910660008d0325c2
|
3 |
+
size 2015728
|
llama.cpp/build/bin/llama-llava-cli
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:331f1631863a63f1eca09b8182fafebfa644a841d6b1d6747aed679c161d78d0
|
3 |
+
size 2301888
|
llama.cpp/build/bin/llama-llava-clip-quantize-cli
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:326df701323805b7f43a67f4bede528eb278ad74c763808b277b517fa47b75fd
|
3 |
+
size 500544
|
llama.cpp/build/bin/llama-lookahead
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8abcb0139c15e4df4924511b54f27da19a17e69d931ac0d36b066c595f554d78
|
3 |
+
size 1997816
|
llama.cpp/build/bin/llama-lookup
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c93952da9179c1ff3da8c13ca773335fbb5b2dad2d96895322b39c98587daa01
|
3 |
+
size 2026912
|
llama.cpp/build/bin/llama-lookup-create
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:307f90f21698eed8bf06e616552f3b76790cf6bccbeb665f2835e5205d005fd9
|
3 |
+
size 2013888
|
llama.cpp/build/bin/llama-lookup-merge
ADDED
Binary file (69.8 kB). View file
|
|
llama.cpp/build/bin/llama-lookup-stats
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97adfb3a4b98a9b752cd78829b6ac06ce9310592aa1f1d27c4ca067d12fe7dfd
|
3 |
+
size 2014720
|
llama.cpp/build/bin/llama-minicpmv-cli
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c60280869ffa808f7945357350e56c4d4685bbe745af33a39f5684ca370cfeb0
|
3 |
+
size 2293240
|
llama.cpp/build/bin/llama-parallel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e56bbd6e72179d6bdfbb871e35394446bcd1ddcfbdda63db2a271e91c22b032
|
3 |
+
size 2002048
|
llama.cpp/build/bin/llama-passkey
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc820e518e97ff91d791eb1dff35fc129278e3f4d171e56d9a22c4ce80cf3d89
|
3 |
+
size 1993160
|
llama.cpp/build/bin/llama-perplexity
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:881ecf9cecedcda98bac9cfd63637e701941c35c65a7782d6707c4d51b1124b4
|
3 |
+
size 2090840
|
llama.cpp/build/bin/llama-q8dot
ADDED
Binary file (21.2 kB). View file
|
|
llama.cpp/build/bin/llama-quantize
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d71f796a2e5615453cd5921d23157b4a6e88dd4a87824541bdecd9ba3da0b652
|
3 |
+
size 1653312
|
llama.cpp/build/bin/llama-quantize-stats
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc78cd849d47f77f20db073eb43afd314d106ad10a63ea0594349bd3c30996ea
|
3 |
+
size 213272
|
llama.cpp/build/bin/llama-qwen2vl-cli
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dbabcbcdc737896505d11be5139cb34347bb2002ed2cfdc7bf3db3e7674d822
|
3 |
+
size 2301968
|
llama.cpp/build/bin/llama-retrieval
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b32851e2b5334f4435d53298832781fcb1ec0001af52ecf63d8f9e21e237bbf
|
3 |
+
size 2006952
|
llama.cpp/build/bin/llama-run
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd110895af60b7f8ba5dec7bff013bf573005161914a39d0737525be3f790a70
|
3 |
+
size 1758880
|
llama.cpp/build/bin/llama-save-load-state
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de0bea0229e896bb0c33f5476da68e46b0b3d61644f04f788c35fdc87eb16b74
|
3 |
+
size 1993512
|
llama.cpp/build/bin/llama-server
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b85057dee5bbf9f4d10a196204f411ef010f541bc32f7cb1a01b50eecba1ab9c
|
3 |
+
size 4057544
|
llama.cpp/build/bin/llama-simple
ADDED
Binary file (26.9 kB). View file
|
|
llama.cpp/build/bin/llama-simple-chat
ADDED
Binary file (32.4 kB). View file
|
|
llama.cpp/build/bin/llama-speculative
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db53918452df1a89030b4dd33c946e87c3fb4a24b05102d51410871a71a3d65f
|
3 |
+
size 2025392
|
llama.cpp/build/bin/llama-speculative-simple
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09641bc4e2b8f46eb08056cbbe4d9626781b3cc210b5907080888663263e1ecd
|
3 |
+
size 2002192
|
llama.cpp/build/bin/llama-tokenize
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f914c0771d537db92a8dd90a3a81bedf8d90c1dedca14e8e5d1adfc3f22450b
|
3 |
+
size 1631640
|