Add PoC
Browse files- README.md +4 -0
- malicious_clip.pt +3 -0
README.md
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# open-clip ACE PoC
|
| 2 |
+
|
| 3 |
+
open_clip/openai.py:68 uses bare torch.load without weights_only.
|
| 4 |
+
open_clip/factory.py has TypeError fallback that drops weights_only.
|
malicious_clip.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a84099cdab97e1075e33089bb717ffb4c87c161664d1e153e172d8de4599f395
|
| 3 |
+
size 1754
|