Add reference to bqn-safetensors

This commit is contained in:
Dimitri Lozeve 2024-11-15 21:34:55 +01:00
parent 9a1d251716
commit 8ee28f692a

View file

@ -1,9 +1,11 @@
* Serialization and deserialization library for BQN arrays * bqn-npy
This library allows to save and load BQN arrays to the binary [[https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html][NPY This library allows to save and load BQN arrays to the binary [[https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html][NPY
format]] compatible with Numpy. It can also be used to interoperate format]] compatible with Numpy. It can also be used to interoperate
with Numpy. with Numpy.
See also [[https://github.com/dlozeve/bqn-safetensors][bqn-safetensors]] for another array serialization format.
** Limitations ** Limitations
The library only support homogeneous multidimensional arrays with the The library only support homogeneous multidimensional arrays with the