Skip to content

Commit 1d4e8f1

Browse files
committed
docs: try fixing build
1 parent 3349e21 commit 1d4e8f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/src/api/NN_Primitives/ActivationFunctions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ hardswish
3838
tanhshrink
3939
trelu
4040
gelu_tanh
41+
gelu_sigmoid
4142
gelu_erf
4243
```

docs/tutorials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const BEGINNER_TUTORIALS = [
44
("Basics", "CPU", true),
55
("PolynomialFitting", "CUDA", true),
66
("SimpleRNN", "CUDA", true),
7-
("SimpleChains", "CUDA", true),
7+
("SimpleChains", "CUDA", false),
88
("OptimizationIntegration", "CPU", true),
99
]
1010
const INTERMEDIATE_TUTORIALS = [

0 commit comments

Comments
 (0)