llama : add functional header

This commit is contained in:
Georgi Gerganov 2023-10-29 13:26:23 +02:00
parent 8925cf9ef8
commit 761087932b
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -62,7 +62,9 @@
#include <cstdio>
#include <cstring>
#include <ctime>
#include <forward_list>
#include <fstream>
#include <functional>
#include <initializer_list>
#include <map>
#include <memory>
@ -71,11 +73,10 @@
#include <queue>
#include <random>
#include <regex>
#include <set>
#include <sstream>
#include <thread>
#include <unordered_map>
#include <set>
#include <forward_list>
#if defined(_MSC_VER)
#pragma warning(disable: 4244 4267) // possible loss of data