Skip to content

zesch/flexi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FernUni LLM Experimental Infrastructure (FLEXI)

Abstract

Using the full potential of LLMs in higher education is hindered by challenges with access to LLMs. The two main access modes currently discussed are paying for a cloud-based LLM or providing a locally maintained open LLM. We describe the current state of establishing an open LLM infrastructure at FernUniversität in Hagen under the project name FLEXI (FernUni LLM Experimental Infrastructure). FLEXI enables experimentation within teaching and research with the goal of generating strongly needed evidence in favor (or against) the use of locally maintained open LLMs in higher education. We provide some practical guidance for everyone trying to decide whether to run their own LLM server.

Reference

A arXiv preprint describing FLEXI

FernUni LLM Experimental Infrastructure (FLEXI) -- Enabling Experimentation and Innovation in Higher Education Through Access to Open Large Language Models

You may cite our work using this reference:

@misc{ZeschEtal2024flexi,
      title={FernUni LLM Experimental Infrastructure (FLEXI) -- Enabling Experimentation and Innovation in Higher Education Through Access to Open Large Language Models}, 
      author={Torsten Zesch and Michael Hanses and Niels Seidel and Piush Aggarwal and Dirk Veiel and Claudia de Witt},
      year={2024},
      eprint={2407.13013},
      archivePrefix={arXiv},
      primaryClass={cs.CY},
      url={https://arxiv.org/abs/2407.13013}, 
}

Concept

Replacing a closed LLM with an open LLM can be as easy as pointing the applications to a local REST endpoint once a local LLM is in place.

he FLEXI approach replacing a cloud-based
LLM with a locally maintained open LLM

For more information on how to deploy your own local LLM as well as our experiences with running an open LLM, please refer to our paper preprint.

Based on our open LLM server, we support a wide range of applications including a OpenWebUI-based chat interface.

OpenWebUI-based chat interface

We closely monitor server load. The memory usage of all 8 GPUs is shown in color. The image shows usage spikes during a longer period of use. Usually, all 8 GPUs are used. However, as soon as it is sufficient to use only one GPU, e.g. for a smaller model (see smaller red spikes), the system implements this accordingly and in a resource-saving manner.

OpenWebUI-based chat interface

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published