Skip to content

Commit e60aab1

Browse files
author
chibu
committed
removed package prints
1 parent d1b985a commit e60aab1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/automation/tasks/guidellm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,14 @@ def __init__(
3838

3939
# Set packages, taking into account default packages
4040
# for the LMEvalTask and packages set in the config
41-
print(self.guidellm_packages)
42-
print(packages)
4341
if packages is not None:
4442
packages = list(set(packages + self.guidellm_packages))
4543
else:
4644
packages = self.guidellm_packages
4745

48-
print(packages)
4946
if "packages" in config_kwargs:
5047
packages = list(set(packages + config_kwargs.pop("packages")))
5148

52-
print(packages)
5349
# Initialize base parameters
5450
super().__init__(
5551
project_name=project_name,

0 commit comments

Comments
 (0)