From aad4b4390e525e6521e164c26dbb96634245944a Mon Sep 17 00:00:00 2001 From: greg pereira Date: Sat, 27 Apr 2024 13:25:25 -0700 Subject: [PATCH] misc fixes Signed-off-by: greg pereira --- recipes/natural_language_processing/codegen/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/natural_language_processing/codegen/Makefile b/recipes/natural_language_processing/codegen/Makefile index c45d8a136..237eeddaf 100644 --- a/recipes/natural_language_processing/codegen/Makefile +++ b/recipes/natural_language_processing/codegen/Makefile @@ -8,3 +8,4 @@ RECIPE_BINARIES_PATH := $(shell realpath ../../common/bin) RELATIVE_MODELS_PATH := ../../../models RELATIVE_TESTS_PATH := ../tests MODEL_IMAGE := quay.io/ai-lab/mistral-7b-code-16k-qlora:latest +MODEL_NAME := mistral-7b-code-16k-qlora.Q4_K_M.gguf \ No newline at end of file