[Kernels] Modular kernel refactor (#24812)
Signed-off-by: Bill Nell <bnell@redhat.com>
This commit is contained in:
@@ -140,7 +140,7 @@ def make_feature_matrix(csv_file_path: str):
|
||||
)
|
||||
|
||||
success = None
|
||||
if config.is_valid():
|
||||
if config.is_valid()[0]:
|
||||
print(f"Running config : {config.describe()} ...")
|
||||
try:
|
||||
weights: WeightTensors = WeightTensors.make(config)
|
||||
|
||||
Reference in New Issue
Block a user