Skip to content

Commit

Permalink
release: osml-model-runner@dev - 263fcca
Browse files Browse the repository at this point in the history
  • Loading branch information
RanbirAulakh authored and drduhe committed Sep 24, 2024
1 parent 3f33aca commit d82fb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/osml-model-runner
Submodule osml-model-runner updated 37 files
+1 −1 scripts/run_container.sh
+64 −96 src/aws/osml/model_runner/app.py
+2 −2 src/aws/osml/model_runner/common/__init__.py
+1 −1 src/aws/osml/model_runner/common/endpoint_utils.py
+3 −3 src/aws/osml/model_runner/common/timer.py
+6 −13 src/aws/osml/model_runner/common/typing.py
+65 −27 src/aws/osml/model_runner/database/ddb_helper.py
+5 −6 src/aws/osml/model_runner/database/endpoint_statistics_table.py
+3 −4 src/aws/osml/model_runner/database/feature_table.py
+43 −33 src/aws/osml/model_runner/database/job_table.py
+107 −26 src/aws/osml/model_runner/database/region_request_table.py
+0 −1 src/aws/osml/model_runner/inference/detector.py
+71 −38 src/aws/osml/model_runner/inference/http_detector.py
+49 −33 src/aws/osml/model_runner/inference/sm_detector.py
+1 −1 src/aws/osml/model_runner/sink/s3_sink.py
+3 −2 src/aws/osml/model_runner/status/__init__.py
+37 −0 src/aws/osml/model_runner/status/base_status_monitor.py
+0 −46 src/aws/osml/model_runner/status/image_request_status.py
+100 −0 src/aws/osml/model_runner/status/image_status_monitor.py
+97 −0 src/aws/osml/model_runner/status/region_status_monitor.py
+2 −2 src/aws/osml/model_runner/status/sns_helper.py
+35 −0 src/aws/osml/model_runner/status/status_message.py
+0 −88 src/aws/osml/model_runner/status/status_monitor.py
+20 −12 src/aws/osml/model_runner/tile_worker/tile_worker.py
+49 −19 src/aws/osml/model_runner/tile_worker/tile_worker_utils.py
+8 −8 test/aws/osml/model_runner/database/test_region_request_table.py
+8 −6 test/aws/osml/model_runner/inference/test_http_detector.py
+8 −15 test/aws/osml/model_runner/inference/test_sm_detector.py
+0 −90 test/aws/osml/model_runner/status/test_image_request_status.py
+98 −0 test/aws/osml/model_runner/status/test_image_status_monitor.py
+91 −0 test/aws/osml/model_runner/status/test_region_status_monitor.py
+78 −0 test/aws/osml/model_runner/status/test_status_message.py
+0 −141 test/aws/osml/model_runner/status/test_status_monitor.py
+7 −4 test/aws/osml/model_runner/tile_worker/test_tile_worker_utils.py
+1 −0 test/configuration.py
+37 −60 test/test_app.py
+1 −0 tox.ini

0 comments on commit d82fb31

Please sign in to comment.