Skip to content

Commit 1862e3e

Browse files
committed
remove mlx dep
1 parent c94c7fe commit 1862e3e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ let dependencies: [Target.Dependency] = [
55
.product(name: "Algorithms", package: "swift-algorithms"),
66
.product(name: "Collections", package: "swift-collections"),
77
.product(name: "ArgumentParser", package: "swift-argument-parser"),
8-
.product(name: "MLX", package: "mlx-swift"),
9-
.product(name: "MLXFFT", package: "mlx-swift"),
108
]
119

1210
let package = Package(
@@ -16,7 +14,6 @@ let package = Package(
1614
.package(
1715
url: "https://github.com/apple/swift-algorithms.git",
1816
.upToNextMajor(from: "1.2.0")),
19-
.package(url: "https://github.com/ml-explore/mlx-swift.git", from: "0.21.2"),
2017
.package(
2118
url: "https://github.com/apple/swift-collections.git",
2219
.upToNextMajor(from: "1.0.0")),

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Below is my current advancement in Advent of code:
1313
| Day 3 | :star: | :star: |
1414
| Day 4 | :star: | :star: |
1515
| Day 5 | :star: (22min) | :star: (21min) |
16-
| Day 6 | :star: | :sad: |
16+
| Day 6 | :star: | |
1717
| Day 7 | :star: (45min) | :star: (33min) |
1818
| Day 8 | :star: (20min) | :star: (16min) |
1919
| Day 9 | :star: (1h51) | :star: (43min) |
@@ -33,6 +33,14 @@ Below is my current advancement in Advent of code:
3333
| Day 23 | | |
3434
| Day 24 | | |
3535

36+
## Out of order fun moments
37+
38+
A collection of moments I want to remember.
39+
40+
### When I finally saw the Christmas tree of day 14
41+
42+
![day 14 tree](./assets/day14-tree.png)
43+
3644
<details>
3745
<summary>How to use this repo</summary>
3846

assets/day14-tree.png

48 KB
Loading

0 commit comments

Comments
 (0)