mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-04-16 03:26:08 +00:00
Changed to use <cmath>
instead of <math.h>
This commit is contained in:
parent
2a4e1b25b0
commit
77fe59b402
@ -10,7 +10,7 @@
|
||||
#include <cstring>
|
||||
#include <stdexcept>
|
||||
#include <cinttypes>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
//
|
||||
// llama_context
|
||||
|
Loading…
x
Reference in New Issue
Block a user