Use buffer to increase model loading/saving speed tremendously

This commit is contained in:
Gadersd
2023-08-05 16:48:26 -04:00
parent ce91c8838f
commit 2f3d94f9ad
5 changed files with 95 additions and 6 deletions

View File

@@ -13,4 +13,5 @@ npy = "0.4.0"
num-traits = "0.2.15"
rust_tokenizers = "8.1.0"
regex = "1.9.1"
image = "0.24.6"
image = "0.24.6"
bincode = "1.3.3"