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 75d24ff commit 753ea59Copy full SHA for 753ea59
notebooks/outetts-text-to-speech/outetts-text-to-speech.ipynb
@@ -454,7 +454,7 @@
454
")\n",
455
"\n",
456
"hf_model.model = quantized_model\n",
457
- "int8_path = Path(f\"{model_dir}_int8_ignored\")\n",
+ "int8_path = Path(f\"{model_dir}_int8\")\n",
458
"hf_model.save_pretrained(int8_path)\n",
459
"interface.prompt_processor.tokenizer.save_pretrained(int8_path)"
460
]
0 commit comments