We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c99fb4 commit 42a8fcfCopy full SHA for 42a8fcf
setup.py
@@ -54,6 +54,5 @@ def read_requirements(filename):
54
'brevitas_melgan_val = brevitas_examples.text_to_speech.melgan_val:main',
55
'brevitas_quartznet_preprocess = brevitas_examples.speech_to_text.get_librispeech_data:main',
56
'brevitas_melgan_preprocess = brevitas_examples.text_to_speech.preprocess_dataset:main',
57
- 'brevitas_ptq_imagenet_benchmark = brevitas_examples.imagenet_classification.ptq.ptq_benchmark:main',
58
'brevitas_ptq_imagenet_val = brevitas_examples.imagenet_classification.ptq.ptq_evaluate:main',
59
'brevitas_ptq_llm = brevitas_examples.llm.main:main'],})
0 commit comments