Update examples/gguf-hash/gguf-hash.cpp

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Brian 2024-07-07 21:46:20 +10:00 committed by GitHub
parent ff0912e323
commit 2af8aa39e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,12 @@
#include "ggml.h"
#include "stdlib.h" /* abort() */
#include <cstdlib> /* abort() */
#include <cstddef>
#include <cstdio>
#include <string>
#include <stdexcept>
#include <algorithm>
#include <string.h>
#include <cstring>
#include <sstream>
#include <fstream>