Files
mlc-ai--mlc-llm/ci/build-environment.yaml
T
wehub-resource-sync 770d92cb1f
Lint / lint (push) Waiting to run
Windows CI / Windows (push) Waiting to run
Build Docs / Deploy Docs (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:23:58 +08:00

19 lines
349 B
YAML

name: mlc-llm-build
channels:
- conda-forge
dependencies:
# Pin Python: the unpinned env resolved to 3.10, but core deps (numpy,
# pandas, networkx, ...) have dropped 3.10 wheels.
- python=3.11
- conda-build
- anaconda-client
- libvulkan-headers
- libvulkan-loader
- spirv-tools
- spirv-headers
- git
- cmake<4.0
- bzip2