Skip to content

Commit

Permalink
update run.sh for gguf_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 2859244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 178 deletions.
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
177 changes: 0 additions & 177 deletions examples/yolo/gguf-addfile.py

This file was deleted.

0 comments on commit 2859244

Please sign in to comment.