From 6f4ee59af22b579bba9741cf98ae3121c59f3e50 Mon Sep 17 00:00:00 2001 From: Jake Teton-Landis Date: Mon, 2 Jan 2023 10:33:11 -0800 Subject: [PATCH] Makefile: use split_einsum (fixes #6) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f665f67..7d802a7 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) GIT_CLONE_SPARSE=GIT_LFS_SKIP_SMUDGE=1 git clone --depth 1 # can be original or split_einsum -ATTENTION_TYPE=original +ATTENTION_TYPE=split_einsum ORIGINAL_MODEL_FILES=Unet.mlmodelc SPLIT_EINSUM_MODEL_FILES=UnetChunk1.mlmodelc UnetChunk2.mlmodelc