Skip to content

Commit a841721

Browse files
committed
upd
1 parent 43bf95c commit a841721

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/nightly-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,18 +293,12 @@ jobs:
293293
echo "RAM: $(free -h | awk '/^Mem:/ {print $7 " available out of " $2}')"
294294
echo "Disk: $(df -h / | awk 'NR==2 {print $4 " available out of " $2}')"
295295
echo "Architecture: $(uname -m)"
296-
nvidia-smi
297296
298297
- name: Checkout code
299298
uses: actions/checkout@v4
300299
with:
301300
submodules: true
302301

303-
- name: Set up Python
304-
uses: actions/setup-python@v5
305-
with:
306-
python-version: '3.10'
307-
308302
- name: Download flashinfer-python artifact
309303
uses: actions/download-artifact@v4
310304
with:

scripts/task_test_nightly_build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ set -x
1212
: ${DIST_JIT_CACHE_DIR:=dist-jit-cache}
1313
: ${DIST_PYTHON_DIR:=dist-python}
1414

15+
# Display GPU information (running inside Docker container with GPU access)
16+
echo "=== GPU Information ==="
17+
nvidia-smi
18+
1519
# Install flashinfer packages
1620
echo "Installing flashinfer-cubin from ${DIST_CUBIN_DIR}..."
1721
pip install ${DIST_CUBIN_DIR}/*.whl

0 commit comments

Comments
 (0)