12345678910111213141516171819 |
- ``hidemind.client``
- ====================
- .. automodule:: hivemind.client
- .. currentmodule:: hivemind.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:: RemoteMixtureOfExperts
- :members:
- :member-order: bysource
|