Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshzhao committed Apr 11, 2022
1 parent c6f6d4c commit ef681bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion superbench/benchmarks/docker_benchmarks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
from superbench.benchmarks.docker_benchmarks.rocm_onnxruntime_performance import RocmOnnxRuntimeModelBenchmark
from superbench.benchmarks.docker_benchmarks.fambench import FAMBenchBenchmark

__all__ = ['DockerBenchmark', 'CudaDockerBenchmark', 'RocmDockerBenchmark', 'RocmOnnxRuntimeModelBenchmark', 'FAMBenchBenchmark']
__all__ = [
'DockerBenchmark', 'CudaDockerBenchmark', 'RocmDockerBenchmark', 'RocmOnnxRuntimeModelBenchmark',
'FAMBenchBenchmark'
]

0 comments on commit ef681bf

Please sign in to comment.