yanchaomars commited on
Commit
eb4026c
·
verified ·
1 Parent(s): 53ac8d2

update gpu requirement

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -34,15 +34,14 @@ For more examples, see [demo page](https://stepaudiollm.github.io/step-audio-edi
34
 
35
  ## Model Usage
36
  ### 📜 Requirements
37
- The following table shows the requirements for running Step-Audio model (batch size = 1):
38
 
39
  | Model | Setting<br/>(sample frequency) | GPU Minimum Memory |
40
  |------------|--------------------------------|----------------|
41
- | Step-Audio-EditX | 41.6Hz | 8GB |
42
 
43
  * An NVIDIA GPU with CUDA support is required.
44
- * The model is tested on a four A800 80G GPU.
45
- * **Recommended**: We recommend using 4xA800/H800 GPU with 80GB memory for better generation quality.
46
  * Tested operating system: Linux
47
 
48
  ### 🔧 Dependencies and Installation
@@ -90,7 +89,7 @@ docker run --rm --gpus all \
90
 
91
  #### Launch Web Demo
92
  Start a local server for online inference.
93
- Assume you have 4 GPUs available and have already downloaded all the models.
94
 
95
  ```bash
96
  # Step-Audio-EditX demo
 
34
 
35
  ## Model Usage
36
  ### 📜 Requirements
37
+ The following table shows the requirements for running Step-Audio model:
38
 
39
  | Model | Setting<br/>(sample frequency) | GPU Minimum Memory |
40
  |------------|--------------------------------|----------------|
41
+ | Step-Audio-EditX | 41.6Hz | 32GB |
42
 
43
  * An NVIDIA GPU with CUDA support is required.
44
+ * The model is tested on a single L40S GPU.
 
45
  * Tested operating system: Linux
46
 
47
  ### 🔧 Dependencies and Installation
 
89
 
90
  #### Launch Web Demo
91
  Start a local server for online inference.
92
+ Assume you have one GPU with at least 32GB memory available and have already downloaded all the models.
93
 
94
  ```bash
95
  # Step-Audio-EditX demo