File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -293,18 +293,12 @@ jobs:
293
293
echo "RAM: $(free -h | awk '/^Mem:/ {print $7 " available out of " $2}')"
294
294
echo "Disk: $(df -h / | awk 'NR==2 {print $4 " available out of " $2}')"
295
295
echo "Architecture: $(uname -m)"
296
- nvidia-smi
297
296
298
297
- name : Checkout code
299
298
uses : actions/checkout@v4
300
299
with :
301
300
submodules : true
302
301
303
- - name : Set up Python
304
- uses : actions/setup-python@v5
305
- with :
306
- python-version : ' 3.10'
307
-
308
302
- name : Download flashinfer-python artifact
309
303
uses : actions/download-artifact@v4
310
304
with :
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ set -x
12
12
: ${DIST_JIT_CACHE_DIR:= dist-jit-cache}
13
13
: ${DIST_PYTHON_DIR:= dist-python}
14
14
15
+ # Display GPU information (running inside Docker container with GPU access)
16
+ echo " === GPU Information ==="
17
+ nvidia-smi
18
+
15
19
# Install flashinfer packages
16
20
echo " Installing flashinfer-cubin from ${DIST_CUBIN_DIR} ..."
17
21
pip install ${DIST_CUBIN_DIR} /* .whl
You can’t perform that action at this time.
0 commit comments