mirror of https://github.com/InternLM/InternLM
fix some info
parent
8f8fe84c03
commit
a058258fc0
|
@ -134,7 +134,7 @@ def initialize_internlm_model(
|
||||||
"""Initialize internlm model.
|
"""Initialize internlm model.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
model_type (str): The types of models supported by train_internlm, such as "INTERNLM".
|
model_type (str): The types of models supported by internlm framework, such as "INTERNLM".
|
||||||
ckpt_dir (str): Directory where model checkpoints are stored. Its format needs to be like this:
|
ckpt_dir (str): Directory where model checkpoints are stored. Its format needs to be like this:
|
||||||
(a) local path, such as: "local:{your local path}";
|
(a) local path, such as: "local:{your local path}";
|
||||||
(b) boto3 path, such as: "boto3:s3://{bucket name}.{ip}/{your ceph path}".
|
(b) boto3 path, such as: "boto3:s3://{bucket name}.{ip}/{your ceph path}".
|
||||||
|
|
Loading…
Reference in New Issue