From 5ea0df466deb4a984a8da6056e8774d9e409a1b9 Mon Sep 17 00:00:00 2001 From: Gaius Date: Thu, 24 Oct 2024 17:45:35 +0800 Subject: [PATCH] fix: annotations typo Signed-off-by: Gaius --- specs-go/v1/annotations.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs-go/v1/annotations.go b/specs-go/v1/annotations.go index d60ea55..a7978fa 100644 --- a/specs-go/v1/annotations.go +++ b/specs-go/v1/annotations.go @@ -74,10 +74,10 @@ const ( AnnotationParamSize = "org.cnai.model.param.size" // AnnotationPrecision is the annotation key for the model precision, such as `bf16`, `fp16`, `int8`, etc. - AnotationPrecision = "org.cnai.model.precision" + AnnotationPrecision = "org.cnai.model.precision" // AnnotationQuantization is the annotation key for the model quantization, such as `awq`, `gptq`, etc. - AnotationQuantization = "org.cnai.model.quantization" + AnnotationQuantization = "org.cnai.model.quantization" ) const (