mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
* Move IREE pins for windows, linux, and pip packaging files. * Remove linux builds from 1.0 nightly workflow It seems that the VMs used for these workflows are no longer available. Removing linux builds since publishing .exe is sufficient for the one-shot nightly workflows we trigger for SHARK-1.0
19 lines
418 B
TOML
19 lines
418 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"packaging",
|
|
|
|
"numpy>=1.22.4",
|
|
"torch-mlir>=20230620.875",
|
|
"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"
|