yangpeng08 commited on
Commit
afb35b6
·
verified ·
1 Parent(s): 595d493

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,7 +36,7 @@ For more examples, see [demo page](https://stepaudiollm.github.io/step-audio-edi
36
  ### 📜 Requirements
37
  The following table shows the requirements for running Step-Audio-EditX model:
38
 
39
- | Model | Setting<br/>(sample frequency) | GPU Minimum Memory |
40
  |------------|--------------------------------|----------------|
41
  | Step-Audio-EditX | 41.6Hz | 32GB |
42
 
@@ -46,7 +46,7 @@ The following table shows the requirements for running Step-Audio-EditX model:
46
 
47
  ### 🔧 Dependencies and Installation
48
  - Python >= 3.10.0 (Recommend to use [Anaconda](https://www.anaconda.com/download/#linux) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
49
- - [PyTorch >= 2.3-cu121](https://pytorch.org/)
50
  - [CUDA Toolkit](https://developer.nvidia.com/cuda-downloads)
51
 
52
  ```bash
 
36
  ### 📜 Requirements
37
  The following table shows the requirements for running Step-Audio-EditX model:
38
 
39
+ | Model | Setting<br/>(sample frequency) | GPU Optimal Memory |
40
  |------------|--------------------------------|----------------|
41
  | Step-Audio-EditX | 41.6Hz | 32GB |
42
 
 
46
 
47
  ### 🔧 Dependencies and Installation
48
  - Python >= 3.10.0 (Recommend to use [Anaconda](https://www.anaconda.com/download/#linux) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
49
+ - [PyTorch >= 2.4.1-cu121](https://pytorch.org/)
50
  - [CUDA Toolkit](https://developer.nvidia.com/cuda-downloads)
51
 
52
  ```bash