zackliqcom commited on
Commit
354e308
·
verified ·
1 Parent(s): 713c0f4

Upload 121 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +65 -0
  2. llama-out/bin/convert_hf_to_gguf.py +0 -0
  3. llama-out/bin/export-graph-ops +3 -0
  4. llama-out/bin/llama-batched +3 -0
  5. llama-out/bin/llama-batched-bench +3 -0
  6. llama-out/bin/llama-bench +3 -0
  7. llama-out/bin/llama-cli +3 -0
  8. llama-out/bin/llama-completion +3 -0
  9. llama-out/bin/llama-convert-llama2c-to-ggml +3 -0
  10. llama-out/bin/llama-cvector-generator +3 -0
  11. llama-out/bin/llama-debug +3 -0
  12. llama-out/bin/llama-debug-template-parser +3 -0
  13. llama-out/bin/llama-diffusion-cli +3 -0
  14. llama-out/bin/llama-embedding +3 -0
  15. llama-out/bin/llama-eval-callback +3 -0
  16. llama-out/bin/llama-export-lora +3 -0
  17. llama-out/bin/llama-finetune +3 -0
  18. llama-out/bin/llama-fit-params +3 -0
  19. llama-out/bin/llama-gen-docs +3 -0
  20. llama-out/bin/llama-gguf +0 -0
  21. llama-out/bin/llama-gguf-hash +0 -0
  22. llama-out/bin/llama-gguf-split +0 -0
  23. llama-out/bin/llama-idle +3 -0
  24. llama-out/bin/llama-imatrix +3 -0
  25. llama-out/bin/llama-lookahead +3 -0
  26. llama-out/bin/llama-lookup +3 -0
  27. llama-out/bin/llama-lookup-create +3 -0
  28. llama-out/bin/llama-lookup-merge +0 -0
  29. llama-out/bin/llama-lookup-stats +3 -0
  30. llama-out/bin/llama-mtmd-cli +3 -0
  31. llama-out/bin/llama-parallel +3 -0
  32. llama-out/bin/llama-passkey +3 -0
  33. llama-out/bin/llama-perplexity +3 -0
  34. llama-out/bin/llama-quantize +3 -0
  35. llama-out/bin/llama-results +3 -0
  36. llama-out/bin/llama-retrieval +3 -0
  37. llama-out/bin/llama-save-load-state +3 -0
  38. llama-out/bin/llama-server +3 -0
  39. llama-out/bin/llama-simple +0 -0
  40. llama-out/bin/llama-simple-chat +0 -0
  41. llama-out/bin/llama-speculative +3 -0
  42. llama-out/bin/llama-speculative-simple +3 -0
  43. llama-out/bin/llama-template-analysis +3 -0
  44. llama-out/bin/llama-tokenize +0 -0
  45. llama-out/bin/llama-tts +3 -0
  46. llama-out/bin/test-alloc +0 -0
  47. llama-out/bin/test-arg-parser +3 -0
  48. llama-out/bin/test-autorelease +0 -0
  49. llama-out/bin/test-backend-ops +3 -0
  50. llama-out/bin/test-backend-sampler +3 -0
.gitattributes CHANGED
@@ -33,3 +33,68 @@ 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-out/bin/export-graph-ops filter=lfs diff=lfs merge=lfs -text
37
+ llama-out/bin/llama-batched filter=lfs diff=lfs merge=lfs -text
38
+ llama-out/bin/llama-batched-bench filter=lfs diff=lfs merge=lfs -text
39
+ llama-out/bin/llama-bench filter=lfs diff=lfs merge=lfs -text
40
+ llama-out/bin/llama-cli filter=lfs diff=lfs merge=lfs -text
41
+ llama-out/bin/llama-completion filter=lfs diff=lfs merge=lfs -text
42
+ llama-out/bin/llama-convert-llama2c-to-ggml filter=lfs diff=lfs merge=lfs -text
43
+ llama-out/bin/llama-cvector-generator filter=lfs diff=lfs merge=lfs -text
44
+ llama-out/bin/llama-debug filter=lfs diff=lfs merge=lfs -text
45
+ llama-out/bin/llama-debug-template-parser filter=lfs diff=lfs merge=lfs -text
46
+ llama-out/bin/llama-diffusion-cli filter=lfs diff=lfs merge=lfs -text
47
+ llama-out/bin/llama-embedding filter=lfs diff=lfs merge=lfs -text
48
+ llama-out/bin/llama-eval-callback filter=lfs diff=lfs merge=lfs -text
49
+ llama-out/bin/llama-export-lora filter=lfs diff=lfs merge=lfs -text
50
+ llama-out/bin/llama-finetune filter=lfs diff=lfs merge=lfs -text
51
+ llama-out/bin/llama-fit-params filter=lfs diff=lfs merge=lfs -text
52
+ llama-out/bin/llama-gen-docs filter=lfs diff=lfs merge=lfs -text
53
+ llama-out/bin/llama-idle filter=lfs diff=lfs merge=lfs -text
54
+ llama-out/bin/llama-imatrix filter=lfs diff=lfs merge=lfs -text
55
+ llama-out/bin/llama-lookahead filter=lfs diff=lfs merge=lfs -text
56
+ llama-out/bin/llama-lookup filter=lfs diff=lfs merge=lfs -text
57
+ llama-out/bin/llama-lookup-create filter=lfs diff=lfs merge=lfs -text
58
+ llama-out/bin/llama-lookup-stats filter=lfs diff=lfs merge=lfs -text
59
+ llama-out/bin/llama-mtmd-cli filter=lfs diff=lfs merge=lfs -text
60
+ llama-out/bin/llama-parallel filter=lfs diff=lfs merge=lfs -text
61
+ llama-out/bin/llama-passkey filter=lfs diff=lfs merge=lfs -text
62
+ llama-out/bin/llama-perplexity filter=lfs diff=lfs merge=lfs -text
63
+ llama-out/bin/llama-quantize filter=lfs diff=lfs merge=lfs -text
64
+ llama-out/bin/llama-results filter=lfs diff=lfs merge=lfs -text
65
+ llama-out/bin/llama-retrieval filter=lfs diff=lfs merge=lfs -text
66
+ llama-out/bin/llama-save-load-state filter=lfs diff=lfs merge=lfs -text
67
+ llama-out/bin/llama-server filter=lfs diff=lfs merge=lfs -text
68
+ llama-out/bin/llama-speculative filter=lfs diff=lfs merge=lfs -text
69
+ llama-out/bin/llama-speculative-simple filter=lfs diff=lfs merge=lfs -text
70
+ llama-out/bin/llama-template-analysis filter=lfs diff=lfs merge=lfs -text
71
+ llama-out/bin/llama-tts filter=lfs diff=lfs merge=lfs -text
72
+ llama-out/bin/test-arg-parser filter=lfs diff=lfs merge=lfs -text
73
+ llama-out/bin/test-backend-ops filter=lfs diff=lfs merge=lfs -text
74
+ llama-out/bin/test-backend-sampler filter=lfs diff=lfs merge=lfs -text
75
+ llama-out/bin/test-chat filter=lfs diff=lfs merge=lfs -text
76
+ llama-out/bin/test-chat-auto-parser filter=lfs diff=lfs merge=lfs -text
77
+ llama-out/bin/test-chat-peg-parser filter=lfs diff=lfs merge=lfs -text
78
+ llama-out/bin/test-chat-template filter=lfs diff=lfs merge=lfs -text
79
+ llama-out/bin/test-grammar-integration filter=lfs diff=lfs merge=lfs -text
80
+ llama-out/bin/test-jinja filter=lfs diff=lfs merge=lfs -text
81
+ llama-out/bin/test-json-partial filter=lfs diff=lfs merge=lfs -text
82
+ llama-out/bin/test-json-schema-to-grammar filter=lfs diff=lfs merge=lfs -text
83
+ llama-out/bin/test-llama-archs filter=lfs diff=lfs merge=lfs -text
84
+ llama-out/bin/test-peg-parser filter=lfs diff=lfs merge=lfs -text
85
+ llama-out/bin/test-quantize-stats filter=lfs diff=lfs merge=lfs -text
86
+ llama-out/bin/test-regex-partial filter=lfs diff=lfs merge=lfs -text
87
+ llama-out/bin/test-state-restore-fragmented filter=lfs diff=lfs merge=lfs -text
88
+ llama-out/bin/test-thread-safety filter=lfs diff=lfs merge=lfs -text
89
+ llama-out/lib/libggml-base.so.0.9.8 filter=lfs diff=lfs merge=lfs -text
90
+ llama-out/lib/libggml-cpu.so.0.9.8 filter=lfs diff=lfs merge=lfs -text
91
+ llama-out/lib/libggml-hexagon.so.0.9.8 filter=lfs diff=lfs merge=lfs -text
92
+ llama-out/lib/libggml-htp-v68.so filter=lfs diff=lfs merge=lfs -text
93
+ llama-out/lib/libggml-htp-v69.so filter=lfs diff=lfs merge=lfs -text
94
+ llama-out/lib/libggml-htp-v73.so filter=lfs diff=lfs merge=lfs -text
95
+ llama-out/lib/libggml-htp-v75.so filter=lfs diff=lfs merge=lfs -text
96
+ llama-out/lib/libggml-htp-v79.so filter=lfs diff=lfs merge=lfs -text
97
+ llama-out/lib/libggml-htp-v81.so filter=lfs diff=lfs merge=lfs -text
98
+ llama-out/lib/libggml-opencl.so.0.9.8 filter=lfs diff=lfs merge=lfs -text
99
+ llama-out/lib/libllama.so.0.0.0 filter=lfs diff=lfs merge=lfs -text
100
+ llama-out/lib/libmtmd.so.0.0.0 filter=lfs diff=lfs merge=lfs -text
llama-out/bin/convert_hf_to_gguf.py ADDED
The diff for this file is too large to render. See raw diff
 
llama-out/bin/export-graph-ops ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dfec9926e95ec51b154786c2baafffa7b3a736837671c7377f8b45cee3b8c9c
3
+ size 3090528
llama-out/bin/llama-batched ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a13eaf938b5437491fc4b2e8a5fd9be933315b23d835874d980ca08bdfd2f8e1
3
+ size 3084984
llama-out/bin/llama-batched-bench ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49657bf83bc9fa7b6bc65ce6248cada169d913c8f8761343919074e4c29622b4
3
+ size 3084040
llama-out/bin/llama-bench ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b522dff7fe7c5b271ea317cc1f20ac7cdecfb5b5f8fc1b5f92064483c23588
3
+ size 771872
llama-out/bin/llama-cli ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f4f9cabeaf4c5e24297f3e187f68e6885f4bc46bc0457fce1797c78784eab33
3
+ size 3774712
llama-out/bin/llama-completion ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b798ba50de7f8d366908f4dbfaf9b5a1c896dd311da3f4821fb09854dd768f3
3
+ size 3166160
llama-out/bin/llama-convert-llama2c-to-ggml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fbcd7d2c723010f08a8fdb0ce8489711bae9930f3db3e5d94552cb53841912d
3
+ size 166232
llama-out/bin/llama-cvector-generator ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ede3334157135084d768080443bda89bfadf9f52dabbada52be23a0a62d6e8ec
3
+ size 3160000
llama-out/bin/llama-debug ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd0026e2ec9c574a076fd036e4165682d6d5471eef0eef3188efa6bc71fc5059
3
+ size 3158072
llama-out/bin/llama-debug-template-parser ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64961ef2b53819f8430b847d080a852560161ebcac3ea87d62a538bf42bc17e0
3
+ size 2006864
llama-out/bin/llama-diffusion-cli ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed80c67dda1c98681da0a707f256ff84067d40ce89301b3c77bb0605ee703f19
3
+ size 3086792
llama-out/bin/llama-embedding ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8cde330b86ff7b49162494453c83c30a7ac3ca4527af9dfc2dadd5973c58d12
3
+ size 3156576
llama-out/bin/llama-eval-callback ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b569f61f18369f9231e6c7336d4c8a1cf277b83a1af2b52e0464ddd3c3739f
3
+ size 3090856
llama-out/bin/llama-export-lora ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c17acf444e22402a7dc48fd318f93e5c416540fb64993b674d762b6bcaa09c6
3
+ size 3088416
llama-out/bin/llama-finetune ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa9ee18471a9a9270c362baf9ef731d6f7119bcd631289f98d5cb47af9dc312e
3
+ size 3090776
llama-out/bin/llama-fit-params ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e85964e9c2321934a991036d48597cc565c08e458e9900a76d2f48a261edca3
3
+ size 3083008
llama-out/bin/llama-gen-docs ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ef250bba3f958c4824601aa139d23fa9a272816fe934dffd3de79cffc183a41
3
+ size 1067488
llama-out/bin/llama-gguf ADDED
Binary file (74.8 kB). View file
 
llama-out/bin/llama-gguf-hash ADDED
Binary file (75.4 kB). View file
 
llama-out/bin/llama-gguf-split ADDED
Binary file (76.8 kB). View file
 
llama-out/bin/llama-idle ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8044f72ac112bbf584b53372384b38680f5b68b77ead8e46e847fd8ec5bb72e0
3
+ size 3083720
llama-out/bin/llama-imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a8bdf06e298c86b4592bdb5e922b5e20920cf884c61ab99c2fcc6892fa0860a
3
+ size 3165168
llama-out/bin/llama-lookahead ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1945428606d3c670678eb0dd38dfb652fd4f704c59bc02edbe74b2ad995cc1bb
3
+ size 3157376
llama-out/bin/llama-lookup ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f8f8d640f10c46cf593920a44b8d2556f85853a1b7287acbae5a4ca2989b44a
3
+ size 3160992
llama-out/bin/llama-lookup-create ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f16c2a40d9783ec1c1e72783b5637e26e05ef5f50cf089fab7559ce6337ba118
3
+ size 3091168
llama-out/bin/llama-lookup-merge ADDED
Binary file (94.6 kB). View file
 
llama-out/bin/llama-lookup-stats ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0e4a6388b2f4a7944d6107cbfce8724811a8c313d1da26c98a0dc0af6344d6a
3
+ size 3159672
llama-out/bin/llama-mtmd-cli ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f70cc74554339d3b6b0b907fd35b6d9faeb917dfb5d9ca1621b7afe2066fe50
3
+ size 3162624
llama-out/bin/llama-parallel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5b474adbbce1880339e90d2e10b64b406f73e9510fed23ee3dbf446a12a3d74
3
+ size 3157080
llama-out/bin/llama-passkey ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37383b31044a36702ac12ca1a624d5cf3edbcf8651ee4fbe2c0dcee5d4446b95
3
+ size 3084888
llama-out/bin/llama-perplexity ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48bc25e64b325ec38523b8b4d68f1d2484d67cb2812ec2e219c2fb18d1f03677
3
+ size 3165016
llama-out/bin/llama-quantize ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2865d9796f675a569b96d8b9a92296780566a57dde2d17c9ef676d6321bd36b5
3
+ size 169464
llama-out/bin/llama-results ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab9fa48df3b0fafd3c4cb41688bdf576d63b09ac20346dd3a1ff58738747991f
3
+ size 3091248
llama-out/bin/llama-retrieval ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e47f0a3c5a800c820f696380724b0776b78db211ef6c84ce5be43187c97e6e
3
+ size 3157760
llama-out/bin/llama-save-load-state ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:490f0d6db3acea4893c3a4c4f0ad656e301e62241565a9377f10f1741a9757a8
3
+ size 3090824
llama-out/bin/llama-server ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2419f2e902de9a0f18ef20b75f8434e622cf8d8b3e6aad2a2ef89b86a29c07e0
3
+ size 6171704
llama-out/bin/llama-simple ADDED
Binary file (74 kB). View file
 
llama-out/bin/llama-simple-chat ADDED
Binary file (74.8 kB). View file
 
llama-out/bin/llama-speculative ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1c8bd1984559c261b57849833793af8326e7fc3fa2eeb98b92510a18874ce20
3
+ size 3160272
llama-out/bin/llama-speculative-simple ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c69af971709ad9fc60ddd4b32cbf37d6c18448a266239efac51b0f7b3665a6
3
+ size 3170104
llama-out/bin/llama-template-analysis ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a917c08df84ccad8e7613a4f160dd1e2229c4a4fcb76fc17007db6cab510c0
3
+ size 1030896
llama-out/bin/llama-tokenize ADDED
Binary file (93.7 kB). View file
 
llama-out/bin/llama-tts ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfc213de7475c51602fdcaaaca4cea910b6ecc2014acbe75d15593026f3fcfc6
3
+ size 3238360
llama-out/bin/test-alloc ADDED
Binary file (76.1 kB). View file
 
llama-out/bin/test-arg-parser ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2afb07c521acf1127e397364b02aaab9fd583e48fd3a5ac33ecd8b594828ac8d
3
+ size 3083280
llama-out/bin/test-autorelease ADDED
Binary file (72.9 kB). View file
 
llama-out/bin/test-backend-ops ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7382aebbe424541b009f6299695b66600e3f398181be727554865d3ada114d2
3
+ size 1215592
llama-out/bin/test-backend-sampler ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12bcd801fb113d64ed718d80d1a50c22f8ccf1260dab34843a09ca55ab9cd72e
3
+ size 165872