feat: load weights from safetensors and ckpt (#101)

This commit is contained in:
leejet
2023-12-03 15:47:20 +08:00
committed by GitHub
parent 47dd704198
commit d7af2c2ba9
28 changed files with 49180 additions and 2415 deletions

2
format-code.sh Normal file
View File

@@ -0,0 +1,2 @@
clang-format -style=file -i *.cpp *.h
clang-format -style=file -i examples/cli/*.cpp