Skip to content

Commit a91d28f

Browse files
authored
Update gen_ranktable.sh
bug fix delete extra lines
1 parent 69da5b3 commit a91d28f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/disaggregate_prefill_v1/gen_ranktable.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
gen_rank_table.sh
21
#!/bin/bash
32

43
source /usr/local/Ascend/ascend-toolkit/set_env.sh
@@ -43,4 +42,4 @@ if [[ -n "${GEN_RANKTABLE}" || ! -e ${PWD}/ranktable.json ]]; then
4342
--master_addr ${MASTER_ADDR} \
4443
--master_port ${MASTER_PORT} \
4544
gen_ranktable.py --prefill-device-cnt $1 --decode-device-cnt $2
46-
fi
45+
fi

0 commit comments

Comments
 (0)