[refactor] fix third_party issue (#1632)
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]: relocate third_party directory

* [fix]: fix custom_flashinfer for kt-sft
This commit is contained in:
Jiaqi Liao 2025-11-20 13:55:55 +08:00 committed by GitHub
parent 46af8fcab5
commit e69c67713f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 27 additions and 86 deletions

View file

@ -2372,7 +2372,9 @@ bool ggml_compute_forward_mul_mat_use_amx(struct ggml_tensor* dst) {
static thread_local bool is_first_time = true;
if (is_first_time) {
#pragma omp single
{ ggml_amx_init(); }
{
ggml_amx_init();
}
// load tile config
ggml_tile_config_init();