mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
19 lines
416 B
TOML
19 lines
416 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"packaging",
|
|
|
|
"numpy>=1.22.4",
|
|
"torch-mlir==20231210.*",
|
|
"iree-compiler==20231212.*",
|
|
"iree-runtime==20231212.*",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 79
|
|
include = '\.pyi?$'
|
|
exclude = "apps/language_models/scripts/vicuna.py"
|
|
extend-exclude = "apps/language_models/src/pipelines/minigpt4_pipeline.py"
|