From f82caa329822f8da04092abdc27d81690dfd7b4c Mon Sep 17 00:00:00 2001 From: Sujip Maharjan Date: Tue, 3 Sep 2024 13:16:35 +0545 Subject: [PATCH] Icrecream dependency removed, not required -- error --- src/flux_1/weights/weight_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flux_1/weights/weight_handler.py b/src/flux_1/weights/weight_handler.py index 9a3b821..719f753 100644 --- a/src/flux_1/weights/weight_handler.py +++ b/src/flux_1/weights/weight_handler.py @@ -6,7 +6,6 @@ from mlx.utils import tree_unflatten from safetensors import safe_open from flux_1.config.config import Config -import icecream as ic import json from mlx.utils import tree_flatten from functools import reduce