mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
Merge branch 'master' into concedo
# Conflicts: # .github/workflows/build.yml # CMakeLists.txt # Makefile # README.md # main.cpp
This commit is contained in:
@@ -11,4 +11,9 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
std::vector<gpt_vocab::id> legacy_llama_tokenize(const gpt_vocab & vocab, const std::string & text, bool bos);
|
||||
#include "llama.h"
|
||||
|
||||
|
||||
int check_file_format(const std::string & fname);
|
||||
|
||||
std::vector<llama_token> legacy_llama_tokenize(struct llama_context * ctx, const std::string & text, bool add_bos);
|
||||
|
||||
Reference in New Issue
Block a user