12345678910111213141516171819 |
- ``tesseract.client``
- ====================
- .. automodule:: tesseract.client
- .. currentmodule:: tesseract.client
- .. raw:: html
- This module lets you connect to distributed Mixture-of-Experts or individual experts hosted
- <strike>in the cloud cloud</strike> on someone else's computer.
- <br><br>
- .. autoclass:: RemoteExpert
- :members: forward
- .. autoclass:: GatingFunction
- :members:
- :member-order: bysource
|