From ac2ded67cfb2efc6d7a4fdf14dd1cdab6b7ffaae Mon Sep 17 00:00:00 2001 From: lvliang-intel Date: Thu, 16 Jan 2025 15:39:31 +0800 Subject: [PATCH] Add missing init files for benchmark Signed-off-by: lvliang-intel --- evals/benchmark/__init__.py | 6 ++++++ evals/benchmark/stresscli/dataset/__init__.py | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 evals/benchmark/__init__.py create mode 100644 evals/benchmark/stresscli/dataset/__init__.py diff --git a/evals/benchmark/__init__.py b/evals/benchmark/__init__.py new file mode 100644 index 00000000..c495d189 --- /dev/null +++ b/evals/benchmark/__init__.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright (C) 2024 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + +# diff --git a/evals/benchmark/stresscli/dataset/__init__.py b/evals/benchmark/stresscli/dataset/__init__.py new file mode 100644 index 00000000..916f3a44 --- /dev/null +++ b/evals/benchmark/stresscli/dataset/__init__.py @@ -0,0 +1,2 @@ +# Copyright (C) 2024 Intel Corporation +# SPDX-License-Identifier: Apache-2.0