Skip to content

Commit 2fb7ba1

Browse files
committed
remove unused libs
Signed-off-by: Jack Luar <[email protected]>
1 parent 518fec8 commit 2fb7ba1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,12 @@
5959
sweep
6060
"""
6161

62-
import jsonargparse
6362
import json
6463
import os
6564
import sys
6665
import random
6766
from itertools import product
68-
from uuid import uuid4 as uuid
6967
from collections import namedtuple
70-
from multiprocessing import cpu_count
7168

7269
import numpy as np
7370
import torch

0 commit comments

Comments
 (0)