CUDA: fix q_nope_absorbed prec for DS 2 Lite f16 (#13137)
This commit is contained in:
parent
85f36e5e71
commit
69699be48a
3 changed files with 5 additions and 4 deletions
|
@ -393,8 +393,8 @@ extern "C" {
|
|||
|
||||
// precision
|
||||
enum ggml_prec {
|
||||
GGML_PREC_DEFAULT,
|
||||
GGML_PREC_F32,
|
||||
GGML_PREC_DEFAULT = 0, // stored as ggml_tensor.op_params, 0 by default
|
||||
GGML_PREC_F32 = 10,
|
||||
};
|
||||
|
||||
// model file types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue