From 6d5b45a6c9ba3f3e3b8e2cf8e85c68b886b6fe1f Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 12 Nov 2024 20:08:01 -0500 Subject: [PATCH] debug Signed-off-by: Jinzhe Zeng --- .github/workflows/test_cuda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_cuda.yml b/.github/workflows/test_cuda.yml index e5d16929a6..7a66a02972 100644 --- a/.github/workflows/test_cuda.yml +++ b/.github/workflows/test_cuda.yml @@ -63,6 +63,7 @@ jobs: CUDA_VISIBLE_DEVICES: 0 # See https://jax.readthedocs.io/en/latest/gpu_memory_allocation.html XLA_PYTHON_CLIENT_PREALLOCATE: false + if: false # debug - name: Convert models run: source/tests/infer/convert-models.sh - name: Download libtorch