]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
tests : add missing header
authorGeorgi Gerganov <redacted>
Fri, 19 May 2023 18:17:28 +0000 (21:17 +0300)
committerGeorgi Gerganov <redacted>
Fri, 19 May 2023 18:17:28 +0000 (21:17 +0300)
tests/test-sampling.cpp

index ebfc17c1822bf0baddab9afcba121c0576ea05be..0e675127f9970b7258a3ad2ce6fe9bcfa25516d4 100644 (file)
@@ -5,6 +5,7 @@
 #undef NDEBUG
 #endif
 
+#include <cmath>
 #include <numeric>
 #include <cassert>
 #include <iostream>