Skip to content

Commit

Permalink
update run.sh for git_add_file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
katsu560 committed Jul 27, 2024
1 parent c1e3f10 commit 62be398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function gg_run_yolo {
grep -q "truck: 56%" $OUT/${ci}-main.log
grep -q "bicycle: 59%" $OUT/${ci}-main.log

python3 ../examples/yolo/gguf-addfile.py yolov3-tiny.gguf yolov3-tiny-data.gguf data/coco.names data/labels/*.png
python3 ../examples/yolo/gguf_add_file.py yolov3-tiny.gguf yolov3-tiny-data.gguf data/coco.names data/labels/*.png

(time ./bin/yolov3-tiny -m yolov3-tiny-data.gguf -i ${path_models}/dog.jpg ) 2>&1 | tee -a $OUT/${ci}-main2.log

Expand Down

0 comments on commit 62be398

Please sign in to comment.