forked from jiuyuan/CPM-9G-8B
fix: change master port
This commit is contained in:
parent
02f7e3ef37
commit
8f38b2f740
|
@ -1,7 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
export MASTER_ADDR="localhost"
|
||||
export MASTER_PORT=12347
|
||||
export MASTER_PORT=12348
|
||||
|
||||
CPM_PATH="/workspace/repo/CPM-9G-8B/9G-Train"
|
||||
EXP_PATH=/workspace/repo/CPM-9G-8B/results/lora/test/models_0824
|
||||
|
|
Loading…
Reference in New Issue