Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ dependencies = [
"huggingface_hub>=0.32.0",
"fastapi>=0.115.0",
"uvicorn[standard]>=0.34.0",
# TEMPORARY (SLS-360 coordinated release): this worker uses
# runpod_flash.runtime.module_loader, which is not in a published runpod-flash
# yet. Pin to the flash branch until runpod/flash#352 is merged and released,
# then REVERT to a released constraint (e.g. "runpod-flash>=1.18.0").
"runpod-flash @ git+https://github.com/runpod/flash.git@deanquinanola/sls-360-local-module-bundling",
# 1.19.0 is the first release containing runpod_flash.runtime.module_loader.
"runpod-flash>=1.19.0",
]

[dependency-groups]
Expand Down
18 changes: 13 additions & 5 deletions uv.lock

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

Loading