ctranslate2-4you commited on
Commit
2b360ff
·
verified ·
1 Parent(s): 8acf5d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -40,9 +40,16 @@ A side effect is that this repository only still supports English and British En
40
  ```python
41
  pip install https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp311-cp311-win_amd64.whl#sha256=81531d4d5ca74163dc9574b87396531e546a60cceb6253303c7db6a21e867fdf
42
  ```
43
- 3. ```pip install scipy numpy==1.26.4 transformers```
44
  4. ```pip install sounddevice``` (if you intend to use my example script below; otherwise, install a similar library)
45
 
 
 
 
 
 
 
 
46
  # Basic Usage
47
 
48
  <details><summary>EXAMPLE SCRIPT USING CPU</summary>
 
40
  ```python
41
  pip install https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp311-cp311-win_amd64.whl#sha256=81531d4d5ca74163dc9574b87396531e546a60cceb6253303c7db6a21e867fdf
42
  ```
43
+ 3. ```pip install scipy numpy==1.26.4 transformers fsspec==2024.9.0```
44
  4. ```pip install sounddevice``` (if you intend to use my example script below; otherwise, install a similar library)
45
 
46
+ <details><summary>GRAND TOTAL OF DEPENDENCIES SHOULD LOOK SOMETHING LIKETHIS</summary>
47
+
48
+
49
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e28ea5c21dd0c666d7a25f/8z5cZC4B3YYQEhw4DU47Y.png)
50
+
51
+ </details>
52
+ <br>
53
  # Basic Usage
54
 
55
  <details><summary>EXAMPLE SCRIPT USING CPU</summary>