1diff --git a/unsloth_zoo/__init__.py b/unsloth_zoo/__init__.py
2--- a/unsloth_zoo/__init__.py
3+++ b/unsloth_zoo/__init__.py
4@@ -17,14 +17,10 @@
5 __version__ = "2025.3.17"
6
7 from importlib.util import find_spec
8-if find_spec("unsloth") is None:
9- raise ImportError("Please install Unsloth via `pip install unsloth`!")
10 pass
11 del find_spec
12
13 import os
14-if not ("UNSLOTH_IS_PRESENT" in os.environ):
15- raise ImportError("Please install Unsloth via `pip install unsloth`!")
16 pass
17
18 try: