Skip to content

Commit

Permalink
misc: updated mlx in multi-machine example
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Aug 8, 2024
1 parent 094ba23 commit e6bea41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions examples/multi-machine/pixi.lock

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

8 changes: 4 additions & 4 deletions examples/multi-machine/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ pytorch-cuda = { version = "12.1.*", channel = "pytorch" }

[feature.mlx]
platforms = ["osx-arm64"]
system-requirements = { macos = "13.3" }
system-requirements = { macos = "13.5" }

[feature.mlx.dependencies]
mlx = ">=0.16.1,<0.17"

[feature.mlx.tasks]
test = "python test.py --mlx"
train = "python train.py --mlx"

[feature.mlx.dependencies]
mlx = "*"

[environments]
cuda = ["cuda"]
mlx = ["mlx"]

0 comments on commit e6bea41

Please sign in to comment.