llm-compressor-my-repo / pyproject.toml
n00b001's picture
save
222c0be unverified
raw
history blame
4.08 kB
[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" }