Skip to content

Commit 24219cd

Browse files
authored
swift-format (#376)
- the builds on the PR were failing (silently) due to the apple/authenticate step failing (also silent, no logs) - anyway, this never ran in #371
1 parent d13f3be commit 24219cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/MLXLLM/Models/GPTOSS.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private func swiglu(_ xLinear: MLXArray, _ xGlu: MLXArray, alpha: Float = 1.702,
8585
var xGlu = xGlu
8686
xGlu = clip(xGlu, max: MLXArray(limit))
8787
xLinear = clip(xLinear, min: MLXArray(-limit), max: MLXArray(limit))
88-
88+
8989
let gluScaled = alpha * xGlu
9090
let sig = sigmoid(gluScaled)
9191

0 commit comments

Comments
 (0)