Compare commits

...

1 Commits

Author SHA1 Message Date
1c8a5f2cd1 Release: 0.6.1 2023-11-09 14:04:47 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ extras["test"] = extras["dev"] + ["pytest", "pytest-cov", "pytest-xdist", "param
setup(
name="peft",
version="0.6.1.dev0",
version="0.6.1",
description="Parameter-Efficient Fine-Tuning (PEFT)",
license_files=["LICENSE"],
long_description=open("README.md", "r", encoding="utf-8").read(),

View File

@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.6.1.dev0"
__version__ = "0.6.1"
from .auto import (
AutoPeftModel,