Skip to content

Commit b76aba1

Browse files
committed
typo
1 parent f6cb65c commit b76aba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/api/pipelines/mochi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ from transformers import BitsAndBytesConfig as BitsAndBytesConfig, T5EncoderMode
4040
quant_config = BitsAndBytesConfig(load_in_8bit=True)
4141
text_encoder_8bit = T5EncoderModel.from_pretrained(
4242
"genmo/mochi-1-preview",
43-
subfolder="text_encoder2",
43+
subfolder="text_encoder",
4444
quantization_config=quant_config,
4545
torch_dtype=torch.float16,
4646
)

0 commit comments

Comments
 (0)