llama_ros: llama.cpp for ROS 2
|
#include <cassert>
#include <cmath>
#include <iostream>
#include <memory>
#include <thread>
#include "common.h"
#include "sampling.h"
#include "llama_ros/llama.hpp"
#include "llama_utils/logs.hpp"
Functions | |
std::string | trim (const std::string &str) |
|
inline |