Add PoC
Browse files- README.md +1 -6
- malicious_lightning.pt +3 -0
README.md
CHANGED
|
@@ -1,8 +1,3 @@
|
|
| 1 |
# PyTorch Lightning ACE PoC
|
| 2 |
|
| 3 |
-
|
| 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
|
|
|
|
| 1 |
# PyTorch Lightning ACE PoC
|
| 2 |
|
| 3 |
+
lightning/pytorch/utilities/deepspeed.py:96,99 explicit weights_only=False.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
malicious_lightning.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9e050af314d406c9f55015c3d9c7e282ee8e3cdc0bdbf47187ecd7d8a6b1b1f
|
| 3 |
+
size 1789
|