Skip to content
Merged
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
10 changes: 9 additions & 1 deletion .github/workflows/unit_tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: [self-hosted, xeon5]
if: ${{ !cancelled() && inputs.matrix_json != '[]' }}
container:
image: ${{ inputs.check_vm_ip }}:5000/nvidia/cuda:${{ inputs.check_vm_cuda_version }}-ubuntu24.04_0325
image: ${{ inputs.check_vm_ip }}:5000/nvidia/cuda:${{ inputs.check_vm_cuda_version }}-ubuntu24.04_0415
options: --device /dev/dri --ipc=host --runtime=nvidia --gpus all
volumes:
- /monster/ci/env/entrypoint.sh:/entrypoint.sh
Expand Down Expand Up @@ -111,6 +111,10 @@ jobs:

- name: Activate uv env
run: |
echo "::group::-- dust uv cache dir --"
dust $(uv cache dir)
echo "::endgroup::"

export EVALUTION_TORCH_EXTENSIONS_DIR="/tmp/evalution/torch_extensions/${{ github.run_id }}/${{ github.run_attempt }}/${SAFE_NAME}"
export TORCH_EXTENSIONS_DIR="$EVALUTION_TORCH_EXTENSIONS_DIR"
mkdir -p "$EVALUTION_TORCH_EXTENSIONS_DIR"
Expand Down Expand Up @@ -209,3 +213,7 @@ jobs:
rm -rf ./* .[^.] .??* || true
echo "cleaning venv: ${{ env.VIRTUAL_ENV }}"
rm -rf "${{ env.VIRTUAL_ENV }}"

echo "::group::-- dust uv cache dir --"
dust $(uv cache dir)
echo "::endgroup::"