@@ -12,6 +12,16 @@ authors = [
1212 {name = " Keiji Kimura" },
1313]
1414requires-python = " >=3.12, <3.14"
15+ keywords = [" llm" , " quantization" , " compression" , " post-training-quantization" , " gptq" ]
16+ classifiers = [
17+ " Development Status :: 4 - Beta" ,
18+ " License :: OSI Approved :: MIT License" ,
19+ " Programming Language :: Python :: 3" ,
20+ " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
22+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
23+ " Intended Audience :: Science/Research" ,
24+ ]
1525dependencies = [
1626 " transformers >= 5.3.0" ,
1727 " accelerate" ,
@@ -25,6 +35,13 @@ dependencies = [
2535 " ortools>=9.15.6755" ,
2636]
2737
38+ [project .urls ]
39+ Homepage = " https://github.com/FujitsuResearch/OneCompression"
40+ Documentation = " https://FujitsuResearch.github.io/OneCompression/"
41+ Repository = " https://github.com/FujitsuResearch/OneCompression"
42+ "Bug Tracker" = " https://github.com/FujitsuResearch/OneCompression/issues"
43+ Changelog = " https://github.com/FujitsuResearch/OneCompression/blob/main/CHANGELOG.md"
44+
2845[project .scripts ]
2946onecomp = " onecomp.cli:main"
3047
@@ -41,10 +58,6 @@ dev = [
4158 " pylint" ,
4259 " pytest" ,
4360]
44- gemlite = [
45- " gemlite @ git+https://github.com/mobiusml/gemlite.git" ,
46- " hqq @ git+https://github.com/mobiusml/hqq.git" ,
47- ]
4861vllm = [" vllm" ]
4962docs = [
5063 " mkdocs-material" ,
0 commit comments