Skip to content

Commit

Permalink
Fix: removed unnecessary entry-point
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser committed Feb 15, 2024
1 parent 9c99fb4 commit 42a8fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ def read_requirements(filename):
'brevitas_melgan_val = brevitas_examples.text_to_speech.melgan_val:main',
'brevitas_quartznet_preprocess = brevitas_examples.speech_to_text.get_librispeech_data:main',
'brevitas_melgan_preprocess = brevitas_examples.text_to_speech.preprocess_dataset:main',
'brevitas_ptq_imagenet_benchmark = brevitas_examples.imagenet_classification.ptq.ptq_benchmark:main',
'brevitas_ptq_imagenet_val = brevitas_examples.imagenet_classification.ptq.ptq_evaluate:main',
'brevitas_ptq_llm = brevitas_examples.llm.main:main'],})

0 comments on commit 42a8fcf

Please sign in to comment.