awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference
Apache License 2.0
998 stars 230 forks source link

Model Archive should allow excluding dirs/files #776

Open mikeobr opened 5 years ago

mikeobr commented 5 years ago

It would be helpful if model-archiver could exclude directories or files when creating an archive.

Consider the use case given this file structure: models/ test/ mms_server.py build/ If I want to archive mms_server.py and models/ as is, my test files and build files will automatically get included in the archive, even if unnecessary. Being able to exlude test/ and build/ would help streamline the archiving process.