Unverified Commit 430be2d4 authored by bigmoyan's avatar bigmoyan Committed by GitHub
Browse files

Merge pull request #94 from Deep-unlearning/update-readme-installation

Add install via pip in README.md
parents 2607d515 57cf8ccf
...@@ -68,6 +68,12 @@ git submodule update --init --recursive ...@@ -68,6 +68,12 @@ git submodule update --init --recursive
pip install -r requirements.txt pip install -r requirements.txt
``` ```
Kimi‑Audio can now be installed directly via **pip**.
```bash
pip install torch
pip install git+https://github.com/MoonshotAI/Kimi-Audio.git
```
## Quick Start ## Quick Start
This example demonstrates basic usage for generating text from audio (ASR) and generating both text and speech in a conversational turn. This example demonstrates basic usage for generating text from audio (ASR) and generating both text and speech in a conversational turn.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment