From 31dc36acb5c916d71ecf5452d427e5842fc0846e Mon Sep 17 00:00:00 2001 From: yunss-ML Date: Fri, 25 Aug 2023 21:03:17 +0100 Subject: [PATCH] fix parser string in setup packges --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d9954d1..5313b09 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ packages=setuptools.find_packages(), keywords = ['Quantization', 'AdapterLLM', 'PEFT'], # Keywords that define your package best install_requires=[ # I get to this in a second - 'git+https://github.com/Baijiong-Lin/LoRA-Torch', - 'git+https://github.com/microsoft/LoRA', + 'LoRA-Torch @ git+https://github.com/Baijiong-Lin/LoRA-Torch', + 'LoRA @ git+https://github.com/microsoft/LoRA', ], classifiers=[ 'Development Status :: 4 - Beta', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package