forked from adamxyang/laplace-lora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
34 lines (30 loc) · 1.12 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
###############################################################################
# Main library #
###############################################################################
[metadata]
name = laplace-lora
version = 0.0.1
author = Adam X. Yang
url = https://github.com/adamxyang/laplace-lora
project_urls =
Bug Tracker = https://github.com/adamxyang/laplace-lora/issues
description = laplace-lora: Bayesian low-rank adaptation for large language models
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
# Change if running only on Windows, Mac or Linux (comma-separated)
platforms = any
# Add all kinds of additional classifiers as defined under
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
zip_safe = False
packages = find:
include_package_data = True
setup_requires =
setuptools_scm