From 15a8da9b83768faab457ad73a37dfd01575ed36d Mon Sep 17 00:00:00 2001 From: Javi Polo Date: Fri, 19 Jul 2024 13:35:11 +0200 Subject: [PATCH] Allow INSTRUCTLAB_IMAGE value override Signed-off-by: Javi Polo --- training/common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/common/Makefile.common b/training/common/Makefile.common index f4c3115a..b88a60bb 100644 --- a/training/common/Makefile.common +++ b/training/common/Makefile.common @@ -36,7 +36,7 @@ ARCH ?= DRIVER_VERSION ?= KERNEL_VERSION ?= -INSTRUCTLAB_IMAGE = $(REGISTRY)/$(REGISTRY_ORG)/instructlab-$(HARDWARE):$(IMAGE_TAG) +INSTRUCTLAB_IMAGE ?= $(REGISTRY)/$(REGISTRY_ORG)/instructlab-$(HARDWARE):$(IMAGE_TAG) WRAPPER = $(CURDIR)/../ilab-wrapper/ilab QLORA_WRAPPER = $(CURDIR)/../ilab-wrapper/ilab-qlora TRAIN_WRAPPER = $(CURDIR)/../ilab-wrapper/ilab-training-launcher