The Distributed LLM Service is accessible via WebUI and a notebook application. Each interface supports a range of models.
Use of each of these interfaces is documented below.
The WebUI for distributed inference allows the user to select up to three supported models, enter a prompt, and run inference.
The submitted job will be picked up by inference servers running on the distributed network. If multiple models are selected, the job will be run in parallel on available resources, so results from the different models will print to the page concurrently.
Inference requests can also be submitted to the LLM service via notebook by running the python-based API client in the notebook environment and then providing the request and model details. (*This is a Colab notebook; login to a Google account is required to run.)
An available LLM server will process the request and return the result right within the notebook. Additional requests can be made by changing the values for "inference_request" and "model" and then again clicking the step 2 "play" button.
The WebUI and notebook application rely on theĀ LLM Inference API for communicating with the Distributed LLM Service. It is through this service and API that requests are connected with back-end inference servers participating in the distributed network. |