From fba5caf74ddc18cf1313c726b2cdb002fda7b2dc Mon Sep 17 00:00:00 2001 From: Linus Seelinger Date: Sat, 17 Feb 2024 16:42:24 +0100 Subject: [PATCH] Update README.md --- hpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpc/README.md b/hpc/README.md index 3fcdcb7..48917f0 100644 --- a/hpc/README.md +++ b/hpc/README.md @@ -1,4 +1,4 @@ -# README +# HPC This load balancer allows any scaling up UM-Bridge applications to HPC systems. To the client, it behaves like a regular UM-Bridge server, except that i can process concurrent model evaluation requests. When it receives requests, it will adaptively spawn model server instances on the HPC system, and forward evaluation requests to them. To each model server instance, the load balancer in turn appears as a regular UM-Bridge client.