mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 08:21:08 +00:00
Fixed pipeline
This commit is contained in:
@@ -34,7 +34,11 @@ steps:
|
||||
echo "ERROR: fixtures/models/azaion.onnx is missing; cannot convert Jetson engine"
|
||||
exit 1
|
||||
fi
|
||||
ls -lh fixtures/image_small.jpg fixtures/models/azaion.onnx
|
||||
if [ ! -f fixtures/models/azaion.int8_calib.cache ]; then
|
||||
echo "ERROR: fixtures/models/azaion.int8_calib.cache is missing; cannot verify INT8 Jetson conversion"
|
||||
exit 1
|
||||
fi
|
||||
ls -lh fixtures/image_small.jpg fixtures/models/azaion.onnx fixtures/models/azaion.int8_calib.cache
|
||||
|
||||
E2E_PROFILE=jetson \
|
||||
E2E_WAIT_FOR_ENGINE_ENABLED=1 \
|
||||
@@ -48,6 +52,6 @@ steps:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
bash scripts/publish_jetson_engine.sh
|
||||
REQUIRE_INT8_ENGINE=1 bash scripts/publish_jetson_engine.sh
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user