mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 11:16:35 +00:00
add download big engine file to cdn manager
revise onnx export process fixes
This commit is contained in:
@@ -34,7 +34,6 @@ def get_mac_address(interface="Ethernet"):
|
||||
|
||||
|
||||
def get_hardware_info():
|
||||
is_windows = os.name == 'nt'
|
||||
res = subprocess.check_output("ver", shell=True).decode('utf-8')
|
||||
if "Microsoft Windows" in res:
|
||||
is_windows = True
|
||||
|
||||
Reference in New Issue
Block a user