superbenchmark/superbench/__init__.py

11 строки
214 B
Python

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
"""SuperBench Python module.
Provide hardware and software benchmarks for AI systems.
"""
__version__ = '0.10.0'
__author__ = 'Microsoft'