Skip to content

Commit 448cea5

Browse files
committed
fix CI
1 parent 58350b8 commit 448cea5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

models/ouro.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@ namespace chatllm::ouro
142142
const float exit_threshold;
143143
};
144144

145-
float sigmoid(float v)
146-
{
147-
return 1.0f / (1.0f + std::expf(-v));
148-
}
149-
150145
class Prelude
151146
{
152147
public:

0 commit comments

Comments
 (0)