From 074da7ed87443c68e89a8cc6b72834cdca9ba137 Mon Sep 17 00:00:00 2001 From: James Kelly Date: Thu, 30 Nov 2023 11:35:23 +0000 Subject: [PATCH] edited setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 163b70b..1f75519 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name="minLoRA", version="0.1.0", author="Jonathan Chang", - packages=["minlora"], + packages=["minloraplus"], description="A PyTorch re-implementation of LoRA", license="MIT", install_requires=[