Skip to content

Commit fdae94c

Browse files
committed
fix pattern
1 parent e0386aa commit fdae94c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/twinkle/hub/hub.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515

1616

1717
large_file_pattern = [
18-
r'\w+\.bin',
19-
r'\w+\.safetensors',
20-
r'\w+\.pth',
21-
r'\w+\.pt',
22-
r'\w+\.h5',
23-
r'\w+\.ckpt',
24-
r'\w+\.zip',
25-
r'\w+\.onnx',
26-
r'\w+\.tar',
27-
r'\w+\.gz',
18+
r'*.bin',
19+
r'*.safetensors',
20+
r'*.pth',
21+
r'*.pt',
22+
r'*.h5',
23+
r'*.ckpt',
24+
r'*.zip',
25+
r'*.onnx',
26+
r'*.tar',
27+
r'*.gz',
2828
]
2929

3030

0 commit comments

Comments
 (0)