From 2a9560eb084f5f2fe255a99f6ce12e5d986e4cce Mon Sep 17 00:00:00 2001 From: Oguz Ulgen Date: Wed, 3 Sep 2025 17:35:52 -0700 Subject: [PATCH] Install quack/torchbench with no deps stack-info: PR: https://github.com/pytorch/helion/pull/553, branch: oulgen/stack/78 --- .github/workflows/benchmark.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e72559c0a..ae7e44d5b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -88,16 +88,16 @@ jobs: - name: Install Benchmark Requirements run: | + set -x source .venv/bin/activate - uv pip freeze | grep -E "^(torch|triton)" > constraints.txt - uv pip install quack-kernels -c constraints.txt + uv pip install quack-kernels --no-deps mkdir -p benchmarks/ && pushd benchmarks/ git clone https://github.com/pytorch-labs/tritonbench/ pushd tritonbench/ git submodule update --init --recursive uv pip install -r requirements.txt python install.py --liger - uv pip install -e . + uv pip install -e . --no-deps popd popd uv pip install pip