From 085c09d82640c393b4580d2b75cc0bf0ae28d7f6 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 9 Apr 2023 12:40:39 +0800 Subject: [PATCH] fix bug --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65a56af..e6fd833 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ extras["test"] = extras["dev"] + ["pytest", "pytest-xdist", "parameterized"] setup( name="peft", - version="0.3.0.dev0.1", + version="0.3.0.dev1", description="Parameter-Efficient Fine-Tuning (PEFT) For Llama", license_files=["LICENSE"], long_description=open("README.md", "r", encoding="utf-8").read(),