We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cb65c commit b76aba1Copy full SHA for b76aba1
docs/source/en/api/pipelines/mochi.md
@@ -40,7 +40,7 @@ from transformers import BitsAndBytesConfig as BitsAndBytesConfig, T5EncoderMode
40
quant_config = BitsAndBytesConfig(load_in_8bit=True)
41
text_encoder_8bit = T5EncoderModel.from_pretrained(
42
"genmo/mochi-1-preview",
43
- subfolder="text_encoder2",
+ subfolder="text_encoder",
44
quantization_config=quant_config,
45
torch_dtype=torch.float16,
46
)
0 commit comments