From 42a8fcfb36d5db484a04469efc2232c9ea5f367e Mon Sep 17 00:00:00 2001 From: Nick Fraser Date: Thu, 15 Feb 2024 11:16:01 +0000 Subject: [PATCH] Fix: removed unnecessary entry-point --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 40e9f5b01..10e920981 100644 --- a/setup.py +++ b/setup.py @@ -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'],})