Remove unused import

This commit is contained in:
Juarez Bochi
2023-12-21 10:08:03 -05:00
committed by GitHub
parent 9f3a83df63
commit 9890ae6403

View File

@@ -5,7 +5,7 @@ from typing import List, Optional, Tuple
import mlx.core as mx
import mlx.nn as nn
import numpy as np
from mlx.utils import tree_map, tree_flatten, tree_unflatten
from mlx.utils import tree_map, tree_unflatten
from transformers import T5Config, AutoTokenizer