Install a Library or Service
Easily install TinyChain services on your host or cluster without restarting
Arguably TinyChain's most powerful feature is the ability to install a Library
or Service
at runtime without restarting. For example, TinyChain's linear algebra and machine learning services are distributed as part of the Python client (math.linalg.LinearAlgebra
, ml.NeuralNets
, and ml.Optimizers
). Installing them is as easy as:
Install your Service
Of course the built-in Service
s aren't much use without being able to install your own!
Last updated