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