You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The fundamental innovation of KANs lies in their learnable activation functions
28
28
**Prerequisite**:
29
29
30
30
* If you don't have it, install [pixi](https://pixi.sh/latest/):
31
-
* Run `pixi shell` within the root of the cloned repository to install the project's dependencies (Mojo 25.4), and to activate the project's virtual environment in which you can run the mojo apps.
31
+
* Run `pixi shell` within the root of the cloned repository to install the project's dependencies (Mojo 25.5), and to activate the project's virtual environment in which you can run the mojo apps.
32
32
33
33
The [ML without tears](https://mlwithouttears.com/2024/05/15/a-from-scratch-implementation-of-kolmogorov-arnold-networks-kan/) implementation offers some basic usage examples to get started. We ported the first two of them to [Mojo](https://docs.modular.com/mojo/).
0 commit comments