Update dependency
Browse files
README.md
CHANGED
|
@@ -1304,9 +1304,9 @@ else:
|
|
| 1304 |
<details>
|
| 1305 |
<summary>Click to show simplex mode realtime speech conversation API usage.</summary>
|
| 1306 |
|
| 1307 |
-
First, make sure you have all dependencies, especially `minicpmo-utils[all]>=1.0.
|
| 1308 |
```bash
|
| 1309 |
-
pip install "transformers==4.51.0" accelerate "torch>=2.3.0,<=2.8.0" "torchaudio<=2.8.0" "minicpmo-utils[all]>=1.0.
|
| 1310 |
```
|
| 1311 |
|
| 1312 |
```python
|
|
|
|
| 1304 |
<details>
|
| 1305 |
<summary>Click to show simplex mode realtime speech conversation API usage.</summary>
|
| 1306 |
|
| 1307 |
+
First, make sure you have all dependencies, especially `"minicpmo-utils[all]>=1.0.5"`:
|
| 1308 |
```bash
|
| 1309 |
+
pip install "transformers==4.51.0" accelerate "torch>=2.3.0,<=2.8.0" "torchaudio<=2.8.0" "minicpmo-utils[all]>=1.0.5"
|
| 1310 |
```
|
| 1311 |
|
| 1312 |
```python
|