Add reference to bqn-safetensors
This commit is contained in:
parent
9a1d251716
commit
8ee28f692a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
format]] compatible with Numpy. It can also be used to interoperate
|
||||
with Numpy.
|
||||
|
||||
See also [[https://github.com/dlozeve/bqn-safetensors][bqn-safetensors]] for another array serialization format.
|
||||
|
||||
** Limitations
|
||||
|
||||
The library only support homogeneous multidimensional arrays with the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue