We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbaeba commit e11bb31Copy full SHA for e11bb31
1 file changed
.github/workflows/release.yml
@@ -31,8 +31,8 @@ jobs:
31
32
- name: Clone vendor dependencies
33
run: |
34
- # mlx-swift — Apple's MLX Swift bindings (local fork target)
35
- git clone --depth 1 --branch "${MLX_SWIFT_REF}" \
+ # mlx-swift — Apple's MLX Swift bindings (has mlx C++ submodule)
+ git clone --depth 1 --branch "${MLX_SWIFT_REF}" --recurse-submodules --shallow-submodules \
36
https://github.com/ml-explore/mlx-swift.git vendors/mlx-swift
37
38
# mlx-swift-lm — LM/VLM layer on top of mlx-swift
0 commit comments