From 4e73d05778a7855a8c1299e8cc2f001709027b15 Mon Sep 17 00:00:00 2001 From: erfanzar Date: Wed, 17 Apr 2024 19:07:07 +0330 Subject: [PATCH] Version `0.0.61`, Gemma Model Generation Bugs are fixed, Attention Improved, Cohere Model is now present, SFTTrainer Bugs are fixed, Trainers are 2~8% faster, Parameter quantization is now available for all of the models --- lib/python/EasyDel/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/python/EasyDel/__init__.py b/lib/python/EasyDel/__init__.py index 567e59e34..fea611f49 100644 --- a/lib/python/EasyDel/__init__.py +++ b/lib/python/EasyDel/__init__.py @@ -435,4 +435,4 @@ "EasyDelSyntaxRuntimeError" ) -__version__ = "0.0.60" +__version__ = "0.0.61" diff --git a/pyproject.toml b/pyproject.toml index d361237cb..01a270c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.8" readme = "README.md" -version = "0.0.60" +version = "0.0.61" dependencies = [ "chex>=0.1.7",