From 3d76fdbd87cd1a4aa5a85e9535acb04bf50873be Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 24 Dec 2024 03:35:04 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5acc4fd586..d14a392b8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ triton = [ "triton @ https://github.com/woct0rdho/triton-windows/releases/download/v3.1.0-windows.post5/triton-3.1.0-cp312-cp312-win_amd64.whl ; python_version=='3.12' and platform_system == 'Windows'", ] huggingface = [ - "unsloth_zoo>=2024.12.3", + "unsloth_zoo>=2024.12.4", "packaging", "tyro", "transformers>=4.46.1,!=4.47.0",