Merge branch 'main' into nightly

This commit is contained in:
Daniel Han 2025-02-13 14:57:58 -08:00
commit 4dc044808f
2 changed files with 2 additions and 2 deletions

View file

@ -196,7 +196,7 @@ pass
# Check for unsloth_zoo
try:
unsloth_zoo_version = importlib_version("unsloth_zoo")
if Version(unsloth_zoo_version) < Version("2025.2.2"):
if Version(unsloth_zoo_version) < Version("2025.2.4"):
try:
os.system("pip install --upgrade --no-cache-dir --no-deps unsloth_zoo")
except:

View file

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