kvcache-ai-ktransformers/third_party/llamafile
Jiaqi Liao e69c67713f
Some checks failed
Book-CI / test (push) Has been cancelled
Book-CI / test-1 (push) Has been cancelled
Book-CI / test-2 (push) Has been cancelled
Deploy / deploy (macos-latest) (push) Has been cancelled
Deploy / deploy (ubuntu-latest) (push) Has been cancelled
Deploy / deploy (windows-latest) (push) Has been cancelled
[refactor] fix third_party issue (#1632)
* [refactor]: relocate third_party directory

* [fix]: fix custom_flashinfer for kt-sft
2025-11-20 13:55:55 +08:00
..
bench.h [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
flags.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
flags.h [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
iqk_mul_mat.inc [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
iqk_mul_mat_amd_avx2.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
iqk_mul_mat_amd_zen4.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
iqk_mul_mat_arm.inc [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
iqk_mul_mat_arm82.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
macros.h [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
micros.h [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
numba.h [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
README.md [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
sgemm.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
sgemm.h [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu.h [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_mixmul.inc [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_mixmul_amd_avx.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_mixmul_amd_avx2.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_mixmul_amd_avx512f.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_mixmul_amd_avxvnni.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_mixmul_amd_fma.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_mixmul_amd_zen4.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_mixmul_arm80.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_mixmul_arm82.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_sgemm.inc [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_sgemm_amd_avx.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_sgemm_amd_avx2.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_sgemm_amd_avx512f.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_sgemm_amd_avxvnni.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_sgemm_amd_fma.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_sgemm_amd_zen4.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_sgemm_arm80.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_sgemm_arm82.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00
tinyblas_cpu_unsupported.cpp [refactor] fix third_party issue (#1632) 2025-11-20 13:55:55 +08:00

The code in this folder is copied from Mozilla-Ocho/llamafile. Special thanks to the Mozilla-Ocho team.