Nekochu commited on
Commit
3280257
·
1 Parent(s): 27ddf91

step 5: +vector-quantize-pytorch

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
- gr.Markdown("# ACE-Step CPU\nStep 4: +peft +torchvision")
5
 
6
  demo.launch()
 
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
+ gr.Markdown("# ACE-Step CPU\nStep 5: +vector-quantize-pytorch")
5
 
6
  demo.launch()
requirements.txt CHANGED
@@ -13,3 +13,4 @@ accelerate>=1.12.0
13
  huggingface_hub
14
  peft>=0.18.0
15
  torchvision
 
 
13
  huggingface_hub
14
  peft>=0.18.0
15
  torchvision
16
+ vector-quantize-pytorch>=1.27.15