txgsync commited on
Commit
f26e0a2
·
verified ·
1 Parent(s): 860fea7

Clarify BF16 MLX conversion and measured size

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,8 +19,8 @@ This repository contains the full-precision BF16 MLX conversion of [`deepgrove/m
19
 
20
  ## This MLX upload
21
 
22
- - Approximately 38 GB on disk.
23
- - Converted directly from the original Hugging Face BF16 safetensors; no 2-bit checkpoint was dequantized.
24
  - Includes the official Maple model implementation as `maple.py`.
25
  - Requires custom-code loading (`trust_remote_code=True`). In oMLX, enable **Trust Remote Code** for this model.
26
 
 
19
 
20
  ## This MLX upload
21
 
22
+ - Approximately 40.5 GB for the complete local model directory (40,448,443,564 bytes).
23
+ - Converted directly from the original Hugging Face BF16 safetensors.
24
  - Includes the official Maple model implementation as `maple.py`.
25
  - Requires custom-code loading (`trust_remote_code=True`). In oMLX, enable **Trust Remote Code** for this model.
26