Studio UI

This commit is contained in:
Daniel Han 2026-03-17 07:44:54 -07:00
parent f3b6e0e486
commit 29f7fddac6
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ from importlib.metadata import PackageNotFoundError
# Check for unsloth_zoo
try:
unsloth_zoo_version = importlib_version("unsloth_zoo")
if Version(unsloth_zoo_version) < Version("2026.3.2"):
if Version(unsloth_zoo_version) < Version("2026.3.4"):
print(
"Unsloth: Please update Unsloth and Unsloth-Zoo to the latest version!\n"
"Do this via `pip install --upgrade --force-reinstall --no-cache-dir --no-deps unsloth unsloth_zoo`"

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2026.3.4"
__version__ = "2026.3.5"
__all__ = [
"SUPPORTS_BFLOAT16",