mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-11 21:49:12 +00:00
Make some other fixes to radpajama build config
This commit is contained in:
parent
282dd8e7b7
commit
296ee3ec58
4 changed files with 29 additions and 4 deletions
1
third_party/radpajama/gptneox.cc
vendored
1
third_party/radpajama/gptneox.cc
vendored
|
@ -2247,6 +2247,7 @@ static void gptneox_model_quantize_internal(const std::string & fname_inp, const
|
|||
struct gptneox_context * gptneox_init_from_file(
|
||||
const char * path_model,
|
||||
struct gptneox_context_params params) {
|
||||
ggjt_v1();
|
||||
ggml_time_init();
|
||||
|
||||
gptneox_context * ctx = new gptneox_context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue