Skip to content

Commit 44ae328

Browse files
committed
Remove duplicated code block?
Signed-off-by: Frank Di Natale <3429989+FrankD412@users.noreply.github.com>
1 parent 46b0df6 commit 44ae328

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/integration/defs/perf/test_perf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,11 +1628,6 @@ def get_prepare_data_command(self, engine_dir, input_len,
16281628
"llama-7b-hf")
16291629
if not os.path.exists(engine_dir):
16301630
os.makedirs(engine_dir, exist_ok=True)
1631-
if self._config.num_loras > 0:
1632-
istdev = 16
1633-
ostdev = 24
1634-
nloras = self._config.num_loras
1635-
dataset_path = os.path.join(engine_dir, "synthetic_data.json")
16361631

16371632
if self._config.num_loras > 0:
16381633
istdev = 16

0 commit comments

Comments
 (0)