mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-17 04:09:19 +00:00
fix header path
This commit is contained in:
parent
13e932b241
commit
dc2e6ca2e3
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue