mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-18 20:36:39 -04:00
MLX Guru - files
This commit is contained in:
parent
bd0099ad1f
commit
f96f19d404
8 changed files with 1579 additions and 0 deletions
23
prompts/gpts/knowledge/MLX Guru/functions.txt
Normal file
23
prompts/gpts/knowledge/MLX Guru/functions.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
.. _nn_functions:
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
Layers without parameters (e.g. activation functions) are also provided as
|
||||
simple functions.
|
||||
|
||||
.. autosummary::
|
||||
:toctree: _autosummary_functions
|
||||
:template: nn-module-template.rst
|
||||
|
||||
gelu
|
||||
gelu_approx
|
||||
gelu_fast_approx
|
||||
mish
|
||||
prelu
|
||||
relu
|
||||
selu
|
||||
silu
|
||||
step
|
Loading…
Add table
Add a link
Reference in a new issue