bokesyo commited on
Commit
ff38376
·
1 Parent(s): 2db3a13

Update dependency

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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.2`:
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.2"
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