We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69da5b3 commit a91d28fCopy full SHA for a91d28f
examples/disaggregate_prefill_v1/gen_ranktable.sh
@@ -1,4 +1,3 @@
1
-gen_rank_table.sh
2
#!/bin/bash
3
4
source /usr/local/Ascend/ascend-toolkit/set_env.sh
@@ -43,4 +42,4 @@ if [[ -n "${GEN_RANKTABLE}" || ! -e ${PWD}/ranktable.json ]]; then
43
42
--master_addr ${MASTER_ADDR} \
44
--master_port ${MASTER_PORT} \
45
gen_ranktable.py --prefill-device-cnt $1 --decode-device-cnt $2
46
-fi
+fi
0 commit comments