llama_ros: llama.cpp for ROS 2
|
#include <fstream>
#include "common.h"
#include "json-schema-to-grammar.h"
#include "json.hpp"
#include "llama_utils/llama_params.hpp"
#include "llama_utils/logs.hpp"
Functions | |
void | replace_all (std::string &input, const std::string &old_str, const std::string &new_str) |
Variables | |
const std::vector< ggml_type > | kv_cache_types |
void replace_all | ( | std::string & | input, |
const std::string & | old_str, | ||
const std::string & | new_str ) |
const std::vector<ggml_type> kv_cache_types |