Skip to content

Commit

Permalink
Makefile: use split_einsum (fixes #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Jan 2, 2023
1 parent 7b34f1d commit 6f4ee59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f4ee59

Please sign in to comment.