Skip to content

Commit ad505a2

Browse files
committed
Update uv lock
Signed-off-by: akoumpa <[email protected]>
1 parent 19376dd commit ad505a2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docker/common/uv-pytorch.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ resolution-markers = [
2020
"python_full_version < '3.11' and sys_platform == 'darwin'",
2121
]
2222

23+
[options]
24+
prerelease-mode = "allow"
25+
2326
[manifest]
2427
constraints = [{ name = "starlette", specifier = ">=0.49.1" }]
2528
overrides = [
@@ -2923,7 +2926,7 @@ requires-dist = [
29232926
{ name = "torchcodec", marker = "platform_machine == 'x86_64' and sys_platform != 'darwin' and extra == 'vlm'" },
29242927
{ name = "torchdata" },
29252928
{ name = "transformer-engine", extras = ["pytorch"], marker = "extra == 'cuda'", specifier = "==2.8.0" },
2926-
{ name = "transformers", specifier = "<=4.57.3" },
2929+
{ name = "transformers", specifier = "<=5.0.0rc0" },
29272930
{ name = "wandb" },
29282931
]
29292932
provides-extras = ["cuda", "extra", "vlm", "all"]

uv.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)