Use unsigned weights for clip models

This commit is contained in:
Joshua Lochner 2023-03-15 18:43:14 +02:00
parent 3399f8feb3
commit 79fba91ddc
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ UNSIGNED_MODEL_TYPES = [
'whisper',
'vision-encoder-decoder',
'vit',
'clip',
]