Add lightning ACE PoC
Browse files- README.md +8 -0
- malicious_lightning.ckpt +3 -0
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PyTorch Lightning ACE PoC
|
| 2 |
+
|
| 3 |
+
Multiple unsafe torch.load paths in PyTorch Lightning:
|
| 4 |
+
|
| 5 |
+
1. deepspeed.py: explicit weights_only=False
|
| 6 |
+
2. upgrade_checkpoint.py: bare torch.load without weights_only
|
| 7 |
+
3. model_parallel.py: bare torch.load without weights_only
|
| 8 |
+
4. xla.py / xla_fsdp.py: bare torch.load without weights_only
|
malicious_lightning.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9dec0b6425e521479db2cabf5d2a79719ec97092b52d506d780efa4bc70e8502
|
| 3 |
+
size 2237
|