From 048805ad2c7d4c325ef99e40a2fd6bea9464db5f Mon Sep 17 00:00:00 2001 From: Chunyang Wen Date: Mon, 10 Mar 2025 21:05:26 +0800 Subject: [PATCH] Remove unused modules (#1949) --- benchmarks/python/gather_bench.py | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/python/gather_bench.py b/benchmarks/python/gather_bench.py index e000841d2..ae6fb8f5f 100644 --- a/benchmarks/python/gather_bench.py +++ b/benchmarks/python/gather_bench.py @@ -1,7 +1,6 @@ # Copyright © 2023-2024 Apple Inc. import argparse -from time import time import mlx.core as mx import torch