Skip to content

Commit 1df74c6

Browse files
committed
rmmap
1 parent ab18cc8 commit 1df74c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/dduf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Its key features include the following.
4242
## Technical specifications
4343

4444
Technically, a `.dduf` file **is** a [`.zip` archive](https://en.wikipedia.org/wiki/ZIP_(file_format)). By building on a universally supported file format, we ensure robust tooling already exists. However, some constraints are enforced to meet diffusion models' requirements:
45-
- Data must be stored uncompressed (flag `0`), allowing mmap-compatibility.
45+
- Data must be stored uncompressed (flag `0`), allowing lazy-loading using memory-mapping.
4646
- Data must be stored using ZIP64 protocol, enabling saving files above 4GB.
4747
- The archive can only contain `.json`, `.safetensors`, `.model` and `.txt` files.
4848
- A `model_index.json` file must be present at the root of the archive. It must contain a key-value mapping with metadata about the model and its components.

0 commit comments

Comments
 (0)