Skip to content

Commit 6303bc1

Browse files
authored
fix: adjust upload pattern (#203)
1 parent b962378 commit 6303bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def upload_kernels(args):
206206
path_in_repo="build",
207207
delete_patterns=list(delete_patterns),
208208
commit_message="Build uploaded using `kernels`.",
209-
allow_patterns=["torch-*"],
209+
allow_patterns=["torch*"],
210210
)
211211
print(f"✅ Kernel upload successful. Find the kernel in https://hf.co/{repo_id}.")
212212

0 commit comments

Comments
 (0)