Skip to main content
First, install the Reactor Runtime package:
pip install reactor-runtime
Verify the installation by checking the CLI:
reactor --help
You should see the available commands including run and init.

Next

Now that the runtime is installed, learn how models are loaded and how weights stay in memory across sessions:

Model Instancing

How models are loaded and instantiated, with weights staying in memory across sessions.