Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 776c77c

Browse files
committed
hotfix for model_class
1 parent 25e19f5 commit 776c77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ul2:
7070
codegen-mono:
7171
TOKENIZERS_PARALLELISM=false \
7272
MODEL_NAME=Salesforce/codegen-16B-mono \
73-
MODEL_CLASS=AutoModelForSeq2SeqLM \
73+
MODEL_CLASS=AutoModelForCausalLM \
7474
DEPLOYMENT_FRAMEWORK=hf_accelerate \
7575
DTYPE=fp16 \
7676
MAX_INPUT_LENGTH=2048 \

0 commit comments

Comments
 (0)