Skip to content

Commit 74363e4

Browse files
committed
mi325x debug
1 parent 61a5c8f commit 74363e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

runners/launch_mi325x-amd.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/bash
22

3+
set -x
4+
35
sudo sh -c 'echo 0 > /proc/sys/kernel/numa_balancing'
46

57
HF_HUB_CACHE_MOUNT="/home/kimbosemianalysis/hf_hub_cache/"
@@ -17,4 +19,4 @@ docker run --rm --ipc=host --shm-size=16g --network=host --name=$server_name \
1719
-e ISL -e OSL -e PYTHONPYCACHEPREFIX=/tmp/pycache/ -e RANDOM_RANGE_RATIO -e RESULT_FILENAME \
1820
--entrypoint=/bin/bash \
1921
$IMAGE \
20-
benchmarks/"${EXP_NAME%%_*}_${PRECISION}_mi325x_docker.sh"
22+
benchmarks/"${EXP_NAME%%_*}_${PRECISION}_mi325x_docker.sh"

0 commit comments

Comments
 (0)