Skip to content

Commit 04561d5

Browse files
committed
Update epsilon specifier
1 parent 27bf25e commit 04561d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-quant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ static std::unordered_map<std::string, ggml_type> target_bpw_type(
690690
#endif
691691
};
692692

693-
const double epsilon = 1e-12;
693+
constexpr double epsilon = 1e-12;
694694
constexpr double infinity = std::numeric_limits<double>::infinity();
695695
constexpr uint32_t file_magic = 0x42505731; // BPW1
696696
const char * func = __func__;

0 commit comments

Comments
 (0)