Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] enforce that all transformer deployement files are downloaded by pipeline #1303

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

bfineran
Copy link
Member

@bfineran bfineran commented Oct 9, 2023

recent changes simplify downloading transformers deployment files by just running zoo_model.depoyment.path while this works in the base case, @dbarbuzzi found that if some files are already downloaded (ie just onnx files for benchmarking) the additional configs will not be downloaded by this command.

this pr simply loops over the deployment directory's contents to makes sure that all files get downloaded before any pipelines run

test_plan:
manually verified

@bfineran bfineran self-assigned this Oct 9, 2023
@bfineran bfineran merged commit 39c56e3 into main Oct 10, 2023
13 checks passed
@bfineran bfineran deleted the transformers-download-all-deployment-files branch October 10, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants