Skip to content

Commit 42a8fcf

Browse files
committed
Fix: removed unnecessary entry-point
1 parent 9c99fb4 commit 42a8fcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ def read_requirements(filename):
5454
'brevitas_melgan_val = brevitas_examples.text_to_speech.melgan_val:main',
5555
'brevitas_quartznet_preprocess = brevitas_examples.speech_to_text.get_librispeech_data:main',
5656
'brevitas_melgan_preprocess = brevitas_examples.text_to_speech.preprocess_dataset:main',
57-
'brevitas_ptq_imagenet_benchmark = brevitas_examples.imagenet_classification.ptq.ptq_benchmark:main',
5857
'brevitas_ptq_imagenet_val = brevitas_examples.imagenet_classification.ptq.ptq_evaluate:main',
5958
'brevitas_ptq_llm = brevitas_examples.llm.main:main'],})

0 commit comments

Comments
 (0)