fix header path

This commit is contained in:
Concedo
2026-04-05 11:02:08 +08:00
parent 13e932b241
commit dc2e6ca2e3
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
#include <chrono>
#include <filesystem>
#include "llama-arch.h"
#include "src/llama-arch.h"
static auto bench_timer = std::chrono::high_resolution_clock().now();

View File

@@ -12,7 +12,7 @@
#include <vector>
#include "expose.h"
#include "llama-arch.h"
#include "src/llama-arch.h"
enum FileFormat
{