daekeun-ml commited on
Commit
4a69ef7
·
verified ·
1 Parent(s): f44c7a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -91,13 +91,16 @@ Works with the following packages. Please make sure to install them before using
91
  flash_attn==2.7.4.post1
92
  torch==2.6.0
93
  transformers==4.48.2
94
- accelerate==1.3.0
95
  soundfile==0.13.1
96
  pillow==11.1.0
97
  scipy==1.15.2
98
  torchvision==0.21.0
99
  backoff==2.2.1
100
- peft==0.13.2
 
 
 
101
  ```
102
 
103
  ### Sample code
 
91
  flash_attn==2.7.4.post1
92
  torch==2.6.0
93
  transformers==4.48.2
94
+ accelerate==1.4.0
95
  soundfile==0.13.1
96
  pillow==11.1.0
97
  scipy==1.15.2
98
  torchvision==0.21.0
99
  backoff==2.2.1
100
+ peft==0.14.0
101
+ datasets==3.3.2
102
+ librosa==0.10.2.post1
103
+ pandas==2.2.3
104
  ```
105
 
106
  ### Sample code