feat: load weights from safetensors and ckpt (#101)
This commit is contained in:
3
thirdparty/CMakeLists.txt
vendored
Normal file
3
thirdparty/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
set(Z_TARGET zip)
|
||||
add_library(${Z_TARGET} OBJECT zip.c zip.h miniz.h)
|
||||
target_include_directories(${Z_TARGET} PUBLIC .)
|
||||
Reference in New Issue
Block a user