Skip to content

Commit 47bb5cf

Browse files
committed
Add rawfiles* and pre_encoded* to .gitignore.
1 parent ff24e5a commit 47bb5cf

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,7 @@ cython_debug/
164164
wandb/*
165165

166166
# Dataset folders and outputs
167-
/rawfiles
168167
/outputs
169-
/pre_encoded
170-
/pre_encoded_kickbass
171-
/pre_encoded_kickbass_val
172-
/rawfiles_kickbass
168+
/pre_encoded*
169+
/rawfiles*
173170
*.zip
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
aiohttp==3.12.15
2+
altair==5.5.0
3+
bitsandbytes==0.47.0
4+
Brotli==1.1.0
5+
cmake==4.1.0
6+
dill==0.4.0
7+
flash-attn @ file:///C:/Users/nobody/gits/stable-audio-tools/flash_attn-2.8.0.post2%2Bcu129torch2.8.0cxx11abiTRUE-cp311-cp311-win_amd64.whl#sha256=cde617d0d8530cd5b70ac9b8cdf0640cd0df1117abda1f36ea5e5fda1b13567a
8+
pipdeptree==2.28.0
9+
pytorch_optimizer==3.1.2
10+
stable-audio-tools @ file:///C:/Users/nobody/gits/stable-audio-tools
11+
torchdata==0.11.0
12+
typing-inspection==0.4.1
13+
wheel==0.45.1

0 commit comments

Comments
 (0)