ghostai1 commited on
Commit
9d90e84
·
verified ·
1 Parent(s): 5b8ac61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -164,6 +164,18 @@ Monitor the terminal output for VRAM and GPU memory usage to ensure smooth opera
164
  musicgen_model = MusicGen.get_pretrained('facebook/musicgen-small', device=device)
165
  ```
166
 
 
 
 
 
 
 
 
 
 
 
 
 
167
  ## License and Acknowledgments
168
 
169
  This project is licensed under the MIT License. Please include a LICENSE file with the MIT License text.
 
164
  musicgen_model = MusicGen.get_pretrained('facebook/musicgen-small', device=device)
165
  ```
166
 
167
+
168
+ ### Prerequisites
169
+ - Ubuntu system with Python 3.10 installed.
170
+ - NVIDIA RTX 3060 Ti GPU with CUDA support (CUDA 11.8 recommended).
171
+ - Internet connection to download the `musicgen-medium` model.
172
+
173
+ ### Step 1: Make the Setup Script Executable
174
+ The `start_bash.sh` script sets up the virtual environment, installs dependencies, and downloads the `musicgen-medium` model. First, make the script executable:
175
+
176
+ ```bash
177
+ chmod +x start_bash.sh
178
+
179
  ## License and Acknowledgments
180
 
181
  This project is licensed under the MIT License. Please include a LICENSE file with the MIT License text.