Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Dec 1, 2024
1 parent b92eb27 commit e98d557
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/ml/transformer.kg
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:" Transformer implementation in pure Klong "
.pyf("numpy";["exp"])
.pyf("numpy";"random");rns::.pya(random;"seed");rna::.pya(random;"rand")

:" TODO: implement Klong exp "
.pyf("numpy";["exp"])

:" Set Numpy Random seed to 42 "
rns(42)

Expand Down

0 comments on commit e98d557

Please sign in to comment.