mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 00:35:04 +02:00
Merge branch 'master' into concedo
# Conflicts: # .github/workflows/build.yml # CMakeLists.txt # Makefile # README.md
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
//No dynamic memory allocation! Setup structs with FIXED (known) shapes and sizes for ALL output fields
|
||||
//Python will ALWAYS provide the memory, we just write to it.
|
||||
|
||||
#include "main.cpp"
|
||||
#include "./examples/main/main.cpp"
|
||||
#include "extra.h"
|
||||
|
||||
void print_tok_vec(std::vector<llama_token> & embd)
|
||||
|
||||
Reference in New Issue
Block a user