Skip to content

Commit f93ef2f

Browse files
committed
bump mac ver
1 parent 436a7e3 commit f93ef2f

3 files changed

Lines changed: 633 additions & 534 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ exo_pyo3_bindings = { workspace = true }
6666
mlx = { git = "https://github.com/rltakashige/mlx-jaccl-fix-small-recv.git", branch = "address-rdma-gpu-locks" }
6767
mlx-lm = { git = "https://github.com/rltakashige/mlx-lm", branch = "leo/eval-left-padding-in-batched-rotation" }
6868
torch = [{ index = "pytorch-cu130", marker = "sys_platform == 'linux'" }]
69+
torchaudio = [{ index = "pytorch-cu130", marker = "sys_platform == 'linux'" }]
70+
torchvision = [{ index = "pytorch-cu130", marker = "sys_platform == 'linux'" }]
6971
vllm = { git = "https://github.com/hmellor/vllm.git", branch = "transformers-v5" }
7072

7173
[[tool.uv.index]]

python/parts.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ let
173173
'';
174174
autoPatchelfIgnoreMissingDeps = (old.autoPatchelfIgnoreMissingDeps or [ ]) ++ lib.optionals cudaSupport [ "libcuda.so.1" ];
175175
});
176+
torch-c-dlpack-ext = prev.torch-c-dlpack-ext.overrideAttrs (old:
177+
{
178+
preFixup = (old.preFixup or "") + ''addAutoPatchelfSearchPath "${final.torch}"'';
179+
}
180+
);
176181
xgrammar = prev.xgrammar.overrideAttrs (old: {
177182
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.cmake pkgs.autoPatchelfHook ];
178183
});

0 commit comments

Comments
 (0)