Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion requirements/build/rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ jinja2>=3.1.6
# amdsmi is provided by rocm-sdk-core; do NOT install the PyPI package
amdsmi==7.0.2
timm>=1.0.17
tilelang==0.1.10
1 change: 0 additions & 1 deletion requirements/rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ timm>=1.0.17
# amd-quark: required for Quark quantization on ROCm
# To be consistent with test_quark.py
amd-quark>=0.8.99
tilelang==0.1.10
2 changes: 0 additions & 2 deletions requirements/test/rocm.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ schemathesis>=3.39.15 # Required for openai schema test
# quantization
bitsandbytes==0.49.2
buildkite-test-collector==0.1.9
tilelang==0.1.10

genai_perf>=0.0.8
tritonclient>=2.51.0

Expand Down
23 changes: 2 additions & 21 deletions requirements/test/rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ anyio==4.13.0
# starlette
# watchfiles
apache-tvm-ffi==0.1.10
# via
# tilelang
# xgrammar
# via xgrammar
arctic-inference==0.1.1
# via -r requirements/test/rocm.in
argcomplete==3.6.3
Expand Down Expand Up @@ -131,9 +129,7 @@ click==8.3.1
# typer
# uvicorn
cloudpickle==3.1.2
# via
# -r requirements/test/../common.txt
# tilelang
# via -r requirements/test/../common.txt
colorama==0.4.6
# via
# perceptron
Expand Down Expand Up @@ -515,8 +511,6 @@ mistral-common==1.11.2
# -c requirements/common.txt
# -r requirements/test/../common.txt
# -r requirements/test/rocm.in
ml-dtypes==0.5.4
# via tilelang
model-hosting-container-standards==0.1.14
# via
# -c requirements/common.txt
Expand Down Expand Up @@ -593,7 +587,6 @@ numpy==2.2.6
# lm-eval
# matplotlib
# mistral-common
# ml-dtypes
# mteb
# numba
# opencv-python-headless
Expand All @@ -617,7 +610,6 @@ numpy==2.2.6
# statsmodels
# tensorizer
# tifffile
# tilelang
# torchvision
# transformers
# tritonclient
Expand Down Expand Up @@ -819,7 +811,6 @@ psutil==7.2.2
# accelerate
# peft
# tensorizer
# tilelang
py==1.11.0
# via pytest-forked
py-cpuinfo==9.0.0
Expand Down Expand Up @@ -1201,10 +1192,6 @@ tiktoken==0.12.0
# gpt-oss
# lm-eval
# mistral-common
tilelang==0.1.10
# via
# -c requirements/rocm.txt
# -r requirements/test/rocm.in
timm==1.0.17
# via
# -c requirements/rocm.txt
Expand All @@ -1221,8 +1208,6 @@ tomli==2.4.0
# via schemathesis
tomli-w==1.2.0
# via schemathesis
torch-c-dlpack-ext==0.1.5
# via tilelang
tqdm==4.67.3
# via
# -r requirements/test/../common.txt
Expand All @@ -1240,7 +1225,6 @@ tqdm==4.67.3
# pqdm
# segmentation-models-pytorch
# sentence-transformers
# tilelang
# transformers
transformers==5.5.3
# via
Expand Down Expand Up @@ -1309,7 +1293,6 @@ typing-extensions==4.15.0
# sentence-transformers
# sqlalchemy
# starlette
# tilelang
# torch
# typeguard
# typing-inspection
Expand Down Expand Up @@ -1376,8 +1359,6 @@ yarl==1.23.0
# via
# aiohttp
# schemathesis
z3-solver==4.15.4.0
# via tilelang
zipp==3.23.0
# via importlib-metadata

Expand Down
Loading