feat: save safetensors to the database
This commit is contained in:
4
justfile
4
justfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user