Make some other fixes to radpajama build config

This commit is contained in:
Justine Tunney 2023-05-13 21:09:28 -07:00
parent 282dd8e7b7
commit 296ee3ec58
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 29 additions and 4 deletions

View file

@ -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;