Skip to content

Commit 753ea59

Browse files
Update path
1 parent 75d24ff commit 753ea59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/outetts-text-to-speech/outetts-text-to-speech.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
")\n",
455455
"\n",
456456
"hf_model.model = quantized_model\n",
457-
"int8_path = Path(f\"{model_dir}_int8_ignored\")\n",
457+
"int8_path = Path(f\"{model_dir}_int8\")\n",
458458
"hf_model.save_pretrained(int8_path)\n",
459459
"interface.prompt_processor.tokenizer.save_pretrained(int8_path)"
460460
]

0 commit comments

Comments
 (0)