fix llama-bench

This commit is contained in:
Henri Vasserman 2023-08-24 13:52:51 +03:00
parent a60231f786
commit 81ecaa4b6c
No known key found for this signature in database
GPG key ID: 2995FC0F58B1A986

View file

@ -18,9 +18,7 @@
#include "llama.h"
#include "common.h"
#include "build-info.h"
#ifdef GGML_USE_CUBLAS
#include "ggml-cuda.h"
#endif
// utils
static uint64_t get_time_ns() {