fix(config): substitute timestamp in storage paths#330
Conversation
|
Welcome @yangligt2! |
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jjk-g, yangligt2 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fixes kubernetes-sigs#329 Updated inference_perf/config.py to detect and replace {timestamp} with the current time (format: %Y%m%d-%H%M%S) in storage paths for local_storage, google_cloud_storage, and simple_storage_service. Co-authored-by: Jason Kramberger <[email protected]>
fixes #329
Updated inference_perf/config.py to detect and replace {timestamp} with the current time (format: %Y%m%d-%H%M%S) in storage paths for local_storage, google_cloud_storage, and simple_storage_service.