Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Don't merge this PR!
This is just for the record to keep a "copy" of the unused model files in the
v0.10.0
modelmesh-mino-examples and modelmesh-minio-dev-examples imagesThe files proposed (NOT) to be added in this PR are from @tedhtchang 's PR here kserve/modelmesh-serving#300
The repository does not contain those large files as they are either duplicates of other files or because they are not used for the ModelMesh FVT purposes (anymore).
The files which did not make it from Ted PR into this repository are the following:
COPY
s in the Dockerfile:This helped shaving off about 315 MB from the size of this repo -- before any of those files were ever committed, since Git would keep a history of the files and the repo would stay larger even if we deleted those file subsequently.
For the Tensorflow models in the first commit, there are more duplicates that are excluded here:
fvt/tensorflow/tfmnistnew/1/model.savedmodel
has to be duplicated fromtensorflow/mnist
fvt/tensorflow/tfmnist/2/model.savedmodel
has to be duplicated fromfvt/tensorflow/tfmnist/1/model.savedmodel