Update README.md
#5
by
clearlove77w5
- opened
README.md
CHANGED
@@ -44,6 +44,7 @@ For more details, please refer to our [GitHub Repository](https://github.com/Moo
|
|
44 |
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.
|
45 |
```bash
|
46 |
git clone https://github.com/MoonshotAI/Kimi-Audio
|
|
|
47 |
cd Kimi-Audio
|
48 |
docker build -t kimi-audio:v0.1 .
|
49 |
```
|
|
|
44 |
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.
|
45 |
```bash
|
46 |
git clone https://github.com/MoonshotAI/Kimi-Audio
|
47 |
+
git submodule update --init
|
48 |
cd Kimi-Audio
|
49 |
docker build -t kimi-audio:v0.1 .
|
50 |
```
|