fit : avoid including llama-ext.h in fit.h (#24506)

This commit is contained in:
Georgi Gerganov
2026-06-12 15:57:05 +03:00
committed by GitHub
parent f532be8fac
commit 02182fc5b9
2 changed files with 26 additions and 23 deletions

View File

@@ -2,6 +2,7 @@
// this is a staging header for new llama.cpp API
// breaking changes and C++ are allowed. everything here should be considered WIP
// try as much as possible to not include this header in the rest of the codebase
#include "llama.h"