mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-09 10:31:45 +02:00
fix header path
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "expose.h"
|
||||
#include "llama-arch.h"
|
||||
#include "src/llama-arch.h"
|
||||
|
||||
enum FileFormat
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user