Skip to content

Commit

Permalink
fix parser string in setup packges
Browse files Browse the repository at this point in the history
  • Loading branch information
yunss-ML committed Aug 25, 2023
1 parent c513ffe commit 31dc36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31dc36a

Please sign in to comment.