File size: 4,078 Bytes
222c0be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
[project]
name = "llm-compressor-my-repo"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
    "absl-py==2.3.1",
    "accelerate==1.12.0",
    "aiofiles==24.1.0",
    "aiohappyeyeballs==2.6.1",
    "aiohttp==3.13.2",
    "aiosignal==1.4.0",
    "annotated-doc==0.0.4",
    "annotated-types==0.7.0",
    "anyio==4.12.0",
    "attrs==25.4.0",
    "authlib==1.6.5",
    "auto-round",
    "brotli==1.2.0",
    "certifi==2025.11.12",
    "cffi==2.0.0",
    "chardet==5.2.0",
    "charset-normalizer==3.4.4",
    "click==8.3.1",
    "colorama==0.4.6",
    "compressed-tensors==0.12.3a20251114",
    "cryptography==46.0.3",
    "dataproperty==1.1.0",
    "datasets==4.4.1",
    "dill==0.4.0",
    "evaluate==0.4.6",
    "fastapi==0.122.0",
    "ffmpy==1.0.0",
    "filelock==3.20.0",
    "frozenlist==1.8.0",
    "fsspec==2025.10.0",
    "gradio==5.50.0",
    "gradio-client==1.14.0",
    "gradio-huggingfacehub-search==0.0.12",
    "groovy==0.1.2",
    "h11==0.16.0",
    "hf-xet==1.2.0",
    "httpcore==1.0.9",
    "httpx==0.28.1",
    "huggingface-hub==1.1.6",
    "idna==3.11",
    "itsdangerous==2.2.0",
    "jinja2==3.1.6",
    "joblib==1.5.2",
    "jsonlines==4.0.0",
    "llmcompressor",
    "lm-eval==0.4.9.2",
    "loguru==0.7.3",
    "lxml==6.0.2",
    "markdown-it-py==4.0.0",
    "markupsafe==3.0.3",
    "mbstrdecoder==1.1.4",
    "mdurl==0.1.2",
    "more-itertools==10.8.0",
    "mpmath==1.3.0",
    "multidict==6.7.0",
    "multiprocess==0.70.18",
    "networkx==3.6",
    "nltk==3.9.2",
    "numexpr==2.14.1",
    "numpy==2.3.5",
    "nvidia-cublas-cu12==12.8.4.1",
    "nvidia-cuda-cupti-cu12==12.8.90",
    "nvidia-cuda-nvrtc-cu12==12.8.93",
    "nvidia-cuda-runtime-cu12==12.8.90",
    "nvidia-cudnn-cu12==9.10.2.21",
    "nvidia-cufft-cu12==11.3.3.83",
    "nvidia-cufile-cu12==1.13.1.3",
    "nvidia-curand-cu12==10.3.9.90",
    "nvidia-cusolver-cu12==11.7.3.90",
    "nvidia-cusparse-cu12==12.5.8.93",
    "nvidia-cusparselt-cu12==0.7.1",
    "nvidia-ml-py==13.580.82",
    "nvidia-nccl-cu12==2.27.5",
    "nvidia-nvjitlink-cu12==12.8.93",
    "nvidia-nvshmem-cu12==3.3.20",
    "nvidia-nvtx-cu12==12.8.90",
    "orjson==3.11.4",
    "packaging==25.0",
    "pandas==2.3.3",
    "pathvalidate==3.3.1",
    "peft==0.18.0",
    "pillow==11.3.0",
    "portalocker==3.2.0",
    "propcache==0.4.1",
    "psutil==7.1.3",
    "py-cpuinfo==9.0.0",
    "pyarrow==22.0.0",
    "pybind11==3.0.1",
    "pycparser==2.23",
    "pydantic==2.12.3",
    "pydantic-core==2.41.4",
    "pydub==0.25.1",
    "pygments==2.19.2",
    "pytablewriter==1.2.1",
    "python-dateutil==2.9.0.post0",
    "python-multipart==0.0.20",
    "pytz==2025.2",
    "pyyaml==6.0.3",
    "regex==2025.11.3",
    "requests==2.32.5",
    "rich==14.2.0",
    "rouge-score==0.1.2",
    "ruff==0.14.7",
    "sacrebleu==2.5.1",
    "safehttpx==0.1.7",
    "safetensors==0.7.0",
    "scikit-learn==1.7.2",
    "scipy==1.16.3",
    "semantic-version==2.10.0",
    "sentencepiece==0.2.1",
    "setuptools==80.9.0",
    "shellingham==1.5.4",
    "six==1.17.0",
    "sqlitedict==2.1.0",
    "starlette==0.50.0",
    "sympy==1.14.0",
    "tabledata==1.3.4",
    "tabulate==0.9.0",
    "tcolorpy==0.1.7",
    "threadpoolctl==3.6.0",
    "tokenizers==0.22.1",
    "tomlkit==0.13.3",
    "torch==2.9.1",
    "tqdm==4.67.1",
    "tqdm-multiprocess==0.0.11",
    "transformers",
    "triton==3.5.1",
    "typepy==1.3.4",
    "typer==0.20.0",
    "typer-slim==0.20.0",
    "typing-extensions==4.15.0",
    "typing-inspection==0.4.2",
    "tzdata==2025.2",
    "urllib3==2.5.0",
    "uvicorn==0.38.0",
    "websockets==15.0.1",
    "word2number==1.1",
    "xxhash==3.6.0",
    "yarl==1.22.0",
    "zstandard==0.25.0",
]

[tool.uv.sources]
auto-round = { git = "https://github.com/intel/auto-round.git", rev = "5ffe56ddc51cbc69cd6fe87a0b8a7d91e28bf522" }
llmcompressor = { git = "https://github.com/vllm-project/llm-compressor.git", rev = "db0b68d9faf09066e9b7d679b39a977e484d9b91" }
transformers = { git = "https://github.com/huggingface/transformers.git", rev = "cac0a28c83cf87b7a05495de3177099c635ba852" }