Skip to content

Commit

Permalink
enable large file upload
Browse files Browse the repository at this point in the history
Signed-off-by: Isabella do Amaral <[email protected]>
  • Loading branch information
isinyaaa committed Oct 2, 2024
1 parent 0b71d27 commit f614582
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions omlmd/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def push(
files=files,
manifest_annotations=model_metadata.to_annotations_dict(),
manifest_config=manifest_cfg,
do_chunked=True,
)
self.notify_listeners(PushEvent(target, model_metadata))
return result
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Changelog = "https://github.com/containers/omlmd/releases"

[tool.poetry.dependencies]
python = "^3.9"
oras = "^0.1.30"
oras = "^0.2.1"
pyyaml = "^6.0.1"
click = "^8.1.7"
cloup = "^3.0.5"
Expand Down

0 comments on commit f614582

Please sign in to comment.