File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 22# ── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
33
44PREFIX = /usr/local
5- COSMOCC = .cosmocc/3.4.0
5+ COSMOCC = .cosmocc/3.5.1
66TOOLCHAIN = $(COSMOCC ) /bin/cosmo
77
88AR = $(TOOLCHAIN ) ar
@@ -52,5 +52,5 @@ clean:; rm -rf o
5252.PHONY : distclean
5353distclean :; rm -rf o .cosmocc
5454
55- .cosmocc/3.4.0 :
56- build/download-cosmocc.sh $@ 3.4.0 475e24b84a18973312433f5280e267acbe1b4dac1b2e2ebb3cfce46051a8c08c
55+ .cosmocc/3.5.1 :
56+ build/download-cosmocc.sh $@ 3.5.1 ea1f47cd4ead6ce3038551be164ad357bd45a4b5b7824871c561d2af23f871d6
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ main(int argc, char* argv[])
5656 .progress_callback = nullptr ,
5757 .progress_callback_user_data = nullptr ,
5858 .kv_overrides = nullptr ,
59- .vocab_only = false ,
59+ .vocab_only = true ,
6060 .use_mmap = true ,
6161 .use_mlock = false ,
6262 .check_tensors = false ,
@@ -83,8 +83,9 @@ main(int argc, char* argv[])
8383 g_server->shutdown ();
8484 g_server->close ();
8585 delete g_server;
86+ llama_free_model (g_model);
8687 LOG (" exit" );
8788
88- // quality assurance
89- CheckForMemoryLeaks ();
89+ // // quality assurance
90+ // CheckForMemoryLeaks();
9091}
You can’t perform that action at this time.
0 commit comments