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
* remove super.init() not present in Gemma.swift
* important -> note
The Swift Package Index does not appear to render
"important" documentation blocks.
[This reference](https://swiftpackageindex.com/ml-explore/mlx-swift/main/documentation/mlx/converting-python) shows the mapping between Python method and function names and Swift.
222
221
223
222
### Porting Layers --Children
@@ -318,7 +317,7 @@ If there are many properties that _are_ needed, it may be more
318
317
convenient in Swift to simply store the `GemmaConfiguration` --
319
318
that provides access to the typed properties inside.
320
319
321
-
*Important:
320
+
*Note:
322
321
Much like parameters with non-Swift names, you can (and typically do) use `@ModuleInfo` to give the same naming hint:\
323
322
\
324
323
`@ModuleInfo(key:"self_attn") var attention: Attention`
0 commit comments