Unverified Commit 339520c6 authored by lucasliunju's avatar lucasliunju Committed by GitHub
Browse files

[NFC] polish build_colossalai_wheel.py code style (#1306)

parent 260a5580
......@@ -62,7 +62,6 @@ def all_wheel_info():
wheel_info[torch_version][cuda_version][python_version] = dict(method=method, url=url, flags=flags)
return wheel_info
def build_colossalai(wheel_info):
cuda_version_major, cuda_version_minor = get_cuda_bare_metal_version()
cuda_version_on_host = f'{cuda_version_major}.{cuda_version_minor}'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment