13 lines
254 B
TOML
13 lines
254 B
TOML
[project]
|
|
name = "vllm-l40s"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"setuptools>=74.0.0",
|
|
"vllm>=0.5.5",
|
|
"matplotlib>=3.9.2",
|
|
"llmcompressor>=0.1.0",
|
|
]
|