Skip to content

Commit

Permalink
cicd update s3 bucket logic
Browse files Browse the repository at this point in the history
  • Loading branch information
akshats1 committed Mar 28, 2024
1 parent b84393c commit 50a7ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def download_model_s3()-> str:
raise isdException(e, sys)

try:
#logic for getting model
model_download_dir = "yolov7"+"/"+model_pusher_config.S3_MODEL_KEY_PATH

if os.path.exists(model_download_dir):
Expand Down

0 comments on commit 50a7ab2

Please sign in to comment.