Translation
English
Chinese
RWKV_V7
Englisg->Chinese
0.4B
1.5B
Alic-Li commited on
Commit
eb94555
·
verified ·
1 Parent(s): 008db2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,13 +26,13 @@ tags:
26
  ### 📦 Install Dependencies
27
  #### 🟢 For Nvidia CUDA
28
  ```bash
29
- pip install torch rwkv gradio python-docx PyPDF2 chardet
30
  ```
31
  #### 🔴 For AMD ROCm
32
  - set ```os.environ["RWKV_CUDA_ON"] = '0' ```
33
  ```bash
34
  pip install torch --index-url https://download.pytorch.org/whl/rocm6.3
35
- pip install rwkv python-docx PyPDF2 chardet
36
  ```
37
 
38
  ### 😜 Run The demo
 
26
  ### 📦 Install Dependencies
27
  #### 🟢 For Nvidia CUDA
28
  ```bash
29
+ pip install torch rwkv gradio
30
  ```
31
  #### 🔴 For AMD ROCm
32
  - set ```os.environ["RWKV_CUDA_ON"] = '0' ```
33
  ```bash
34
  pip install torch --index-url https://download.pytorch.org/whl/rocm6.3
35
+ pip install rwkv gradio
36
  ```
37
 
38
  ### 😜 Run The demo