-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5058d9
commit 0179355
Showing
4 changed files
with
35 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 3 additions & 15 deletions
18
training/kunlunxin/glm-pytorch/config/environment_variables.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,9 @@ | ||
# ================================================= | ||
# Export variables | ||
# ================================================= | ||
|
||
export BKCL_PCIE_RING=1 | ||
export BKCL_TIMEOUT=1800 | ||
# when using tree allreduce, the number of nodes must be a multiple of 2 | ||
export BKCL_SOCKET_FORCE_TREE=1 | ||
|
||
export XMLIR_D_XPU_L3_SIZE=32505856 | ||
|
||
export BKCL_CCIX_RING=1 | ||
export BKCL_FORCE_SYNC=1 | ||
|
||
export ALLREDUCE_ASYNC=false | ||
export ALLREDUCE_FUSION=0 | ||
|
||
export XMLIR_F_XPU_FC_GEMM_MODE=float | ||
export XMLIR_F_FAST_INDEX_PUT=true | ||
export XMLIR_D_XPU_L3_SIZE=66060288 | ||
|
||
export XACC_ENABLE=1 | ||
export XACC=1 | ||
export XACC_ARGS="-L O0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters