docs: note safetensors-only mirror policy
Browse files
README.md
CHANGED
|
@@ -16,7 +16,9 @@ base_model: facebook/mask2former-swin-tiny-coco-instance
|
|
| 16 |
|
| 17 |
Apache-2.0 mirror hosted under `CondadosAI/` for use with the [acaua](https://github.com/CondadosAI/acaua) computer vision library.
|
| 18 |
|
| 19 |
-
This is a **
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Provenance
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
Apache-2.0 mirror hosted under `CondadosAI/` for use with the [acaua](https://github.com/CondadosAI/acaua) computer vision library.
|
| 18 |
|
| 19 |
+
This is a **safetensors-only mirror** of the upstream Meta AI Research weights at the pinned commit shown below. The `model.safetensors` file is byte-identical to upstream; we do not modify weights or configuration. The legacy `pytorch_model.bin` (pickle format) that upstream ships alongside safetensors has been **deliberately removed** from this mirror for security hygiene — pickle loads can execute arbitrary code, and `transformers` auto-prefers safetensors when both are present, so removing it has zero functional impact on downstream users.
|
| 20 |
+
|
| 21 |
+
The purpose of the mirror is license hygiene: acaua's core promise is that every shipped weight has an auditable, declared Apache-2.0 upstream. Mirroring lets us pin a specific revision so the audit claim stays verifiable even if upstream rewrites history.
|
| 22 |
|
| 23 |
## Provenance
|
| 24 |
|