Skip to content

Commit

Permalink
feat: support multipart upload for large bento and model
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Sep 27, 2022
1 parent a666072 commit bed373d
Show file tree
Hide file tree
Showing 6 changed files with 545 additions and 113 deletions.
3 changes: 1 addition & 2 deletions bentoml/_internal/bento/build_dev_bentoml_whl.py
Expand Up @@ -28,9 +28,8 @@ def build_bentoml_editable_wheel(target_path: str) -> None:
return

try:
from build.env import IsolatedEnvBuilder

from build import ProjectBuilder
from build.env import IsolatedEnvBuilder
except ModuleNotFoundError as e:
raise MissingDependencyException(_exc_message) from e

Expand Down

0 comments on commit bed373d

Please sign in to comment.