Merge branch 'master' into pr/18039

This commit is contained in:
Georgi Gerganov
2026-03-16 15:41:24 +02:00
857 changed files with 80689 additions and 43153 deletions
@@ -6,12 +6,15 @@
#include "llama.h"
#include "chat.h"
#include <clocale>
#include <cstdio>
#include <cstring>
#include <string>
#include <vector>
int main(int argc, char ** argv) {
std::setlocale(LC_NUMERIC, "C");
common_params params;
if (!common_params_parse(argc, argv, params, LLAMA_EXAMPLE_SPECULATIVE)) {