Lexiyutou commited on
Commit
4abe66d
·
verified ·
1 Parent(s): 02de083

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,14 +28,14 @@ model_dir.mkdir(parents=True, exist_ok=True)
28
  # download stage-1 checkpoint
29
  s1_path = hf_hub_download(
30
  repo_id=repo_id,
31
- filename="s1ckpt.ckpt",
32
  local_dir=model_dir
33
  )
34
 
35
  # donwload stage-3 checkpoint
36
  s3_path = hf_hub_download(
37
  repo_id=repo_id,
38
- filename="s3ckpt.ckpt",
39
  local_dir=model_dir
40
  )
41
  ```
 
28
  # download stage-1 checkpoint
29
  s1_path = hf_hub_download(
30
  repo_id=repo_id,
31
+ filename="s1ckpt_inference.ckpt",
32
  local_dir=model_dir
33
  )
34
 
35
  # donwload stage-3 checkpoint
36
  s3_path = hf_hub_download(
37
  repo_id=repo_id,
38
+ filename="s3ckpt_inference.ckpt",
39
  local_dir=model_dir
40
  )
41
  ```