Skip to content

Commit e7264f5

Browse files
committed
cw update pt 2
1 parent 4361990 commit e7264f5

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

benchmarks/single_node/gptoss_fp4_b200.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if [[ -n "$SLURM_JOB_ID" ]]; then
1616
echo "JOB $SLURM_JOB_ID running on $SLURMD_NODENAME"
1717
fi
1818

19+
curl -LsSf https://hf.co/cli/install.sh | bash
1920
hf download "$MODEL"
2021

2122
nvidia-smi

benchmarks/single_node/gptoss_fp4_b200_trt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ fi
2424

2525
echo "TP: $TP, CONC: $CONC, ISL: $ISL, OSL: $OSL, EP_SIZE: $EP_SIZE, DP_ATTENTION: $DP_ATTENTION"
2626

27+
curl -LsSf https://hf.co/cli/install.sh | bash
2728
hf download $MODEL
2829
SERVER_LOG=/workspace/server.log
2930

benchmarks/single_node/gptoss_fp4_h100.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if [[ -n "$SLURM_JOB_ID" ]]; then
1515
echo "JOB $SLURM_JOB_ID running on $SLURMD_NODENAME"
1616
fi
1717

18+
curl -LsSf https://hf.co/cli/install.sh | bash
1819
hf download "$MODEL"
1920

2021
cat > config.yaml << EOF

0 commit comments

Comments
 (0)