mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-25 06:53:05 +00:00
include <cstdint> in llmodel.h
This commit is contained in:
parent
01e582f15b
commit
56e9fd7e63
@ -4,6 +4,7 @@
|
||||
#include <string>
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
class LLModel {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user