mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-13 18:39:48 +00:00
add some built in voices
This commit is contained in:
parent
0a6ccda203
commit
ed9f7a38ae
6 changed files with 94 additions and 43 deletions
|
@ -61,6 +61,8 @@ std::string kcpp_base64_encode(const unsigned char* data, unsigned int data_leng
|
|||
std::string kcpp_base64_encode(const std::string &data);
|
||||
|
||||
std::string get_timestamp_str();
|
||||
std::vector<float> resample_wav(const std::vector<float>& input, uint32_t input_rate, uint32_t output_rate);
|
||||
|
||||
int32_t kcpp_quick_sample(float * logits, const int n_logits, int top_k, float temp, std::mt19937 & rng);
|
||||
|
||||
struct kcpp_embd_batch { //duplcated from llava_embd_batch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue