bigmoyan clearlove77w5 commited on
Commit
70baa79
·
verified ·
1 Parent(s): 03cb7e1

Update README.md (#5)

Browse files

- Update README.md (85e08b365ba708a89acb248a5f8a9a5899f07707)


Co-authored-by: wei <[email protected]>

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -43,6 +43,7 @@ For more details, please refer to our [GitHub Repository](https://github.com/Moo
43
  We recommend that you build a Docker image to run the inference. After cloning the inference code, you can construct the image using the `docker build` command.
44
  ```bash
45
  git clone https://github.com/MoonshotAI/Kimi-Audio
 
46
  cd Kimi-Audio
47
  docker build -t kimi-audio:v0.1 .
48
  ```
 
43
  We recommend that you build a Docker image to run the inference. After cloning the inference code, you can construct the image using the `docker build` command.
44
  ```bash
45
  git clone https://github.com/MoonshotAI/Kimi-Audio
46
+ git submodule update --init
47
  cd Kimi-Audio
48
  docker build -t kimi-audio:v0.1 .
49
  ```