forked from TutteInstitute/toponymy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
42 lines (40 loc) · 1.14 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
33
34
35
36
37
38
39
40
41
42
[metadata]
name = topicnaming
version = 0.3.0
author = John Healy
author_email = [email protected]
maintainer = John Healy
maintainer_email = [email protected]
description = A library for using large language models to name topics
long_description = file: README.rst
keywords = topic modeing, representation, cluster, clustering, large language models, LLM, topic naming
url = https://github.com/TutteInstitute/topicnaming
license = MIT License
license_files = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Development Status :: 4 - Beta
Operating System :: OS Independent
[options]
zip_safe = False
packages = topicnaming
python_requires = >=3.9
install_requires =
numpy>=1.21
pandas>=1.0
numba>=0.56
datasets
scikit-learn
vectorizers
scipy
fast_hdbscan
sentence_transformers
dataclasses
tqdm
#llama-cpp-python
# extras_require = {
# 'gpu': ['CMAKE_ARGS="-DLLAMA_CUDA=on" pip install llama-cpp-python'],
# 'cpu': ['CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" llama-cpp-python']
# }