mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 07:50:31 +00:00
Get radpajama to build
make -j8 o//third_party/radpajama/radpajama.com make -j8 o//third_party/radpajama/radpajama-chat.com This change gets the radpajama.mk config working. This package depends on THIRD_PARTY_GGML but it's configured to call ggjt_v1(), so that the library will provide the old quantizers. The ggml_quantize_chunk() API will now dispatch to older quantizers based on the configured version.
This commit is contained in:
parent
410c8785c9
commit
282dd8e7b7
36 changed files with 707 additions and 20995 deletions
2
Makefile
2
Makefile
|
@ -147,7 +147,7 @@ include net/net.mk # │
|
|||
include third_party/vqsort/vqsort.mk # │
|
||||
include libc/log/log.mk # │
|
||||
include third_party/ggml/ggml.mk # │
|
||||
#include third_party/radpajama/radpajama.mk # │
|
||||
include third_party/radpajama/radpajama.mk # │
|
||||
include third_party/bzip2/bzip2.mk # │
|
||||
include dsp/core/core.mk # │
|
||||
include libc/x/x.mk # │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue