Skip to content

Commit 4d5a472

Browse files
otethalqunaibit
authored andcommitted
Fix license check for safetensors patch
1 parent 42262a8 commit 4d5a472

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,8 @@ def _python_checkpatchfiles():
20022002
'packaging.patch',
20032003
# Empty license field. It's ASL 2.0
20042004
'tokenizers-0.13.3.patch',
2005+
# Empty license field. It's Apache 2
2006+
'safetensors-0.3.3.patch',
20052007
}
20062008
allowed_licenses = [
20072009
"MIT",

0 commit comments

Comments
 (0)