debug arg_extractor.py

This commit is contained in:
tpmmthomas 2024-10-23 02:04:02 +08:00
parent 0f1d7a1498
commit 4bf1a79681

View File

@ -2,7 +2,6 @@ import argparse
import json
import os
import sys
import GPUtil
def str2bool(v):
if v.lower() in ('yes', 'true', 't', 'y', '1'):