Skip to content

Commit

Permalink
Update mednist_classifier_bentoml.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
KumoLiu authored Jan 18, 2024
1 parent 68ad467 commit 3ec08dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deployment/bentoml/mednist_classifier_bentoml.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@
}
],
"source": [
"from bentoml.utils import cached_property # noqa: F401\n",
"from bentoml.adapters import FileInput, JsonOutput # noqa: F401\n",
"from bentoml.frameworks.pytorch import PytorchModelArtifact # noqa: F401\n",
"import bentoml # noqa: F401\n",
"from PIL import Image # noqa: F401\n",
"from typing import BinaryIO, List # noqa: F401\n",
"import os\n",
"import shutil\n",
"import tempfile\n",
Expand Down

0 comments on commit 3ec08dd

Please sign in to comment.