feat: save safetensors to the database
Some checks failed
build / checks-matrix (push) Successful in 19m23s
build / codecov (push) Failing after 19m26s
docs / docs (push) Failing after 28m47s
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-08-20 12:14:08 +05:30
parent 37adb74adf
commit 97f64e7e10
6 changed files with 108 additions and 63 deletions

View File

@@ -9,5 +9,5 @@ open:
bench:
cargo build --release
BINARY="" hyperfine --warmup 3 --export-markdown benchmark.md \
"$CARGO_TARGET_DIR/release/detector detect -f coreml selfie.jpg" \
"$CARGO_TARGET_DIR/release/detector detect -f coreml -b 16 selfie.jpg"
"$CARGO_TARGET_DIR/release/detector detect -f cpu selfie.jpg" \
"$CARGO_TARGET_DIR/release/detector detect -f cpu -b 1 selfie.jpg"