Project:LLMQueryService POC: Difference between revisions

From MaRDI portal
Created page with "This page describes how to install the proof-of-concept LLM-based query service. === Using a OpenStack VM === # Create a new instance # Install necessary libraries ## apt-get update ## apt-get install git python3-pip python3-venv # Clone the repository and follow the rest of the manual ( https://git.zib.de/bzfconra/mardi_llm_bottest )"
 
No edit summary
Line 2: Line 2:


=== Using a OpenStack VM ===
=== Using a OpenStack VM ===
# Create a new instance
# Create a new instance (if you use Debian: at least 12)
# Install necessary libraries
# Install necessary libraries
## apt-get update
## apt-get update
## apt-get install git python3-pip python3-venv
## apt-get install git python3-pip python3-venv
# Clone the repository and follow the rest of the manual ( https://git.zib.de/bzfconra/mardi_llm_bottest )
# Clone the repository and follow the rest of the manual ( https://git.zib.de/bzfconra/mardi_llm_bottest )

Revision as of 20:47, 10 July 2024

This page describes how to install the proof-of-concept LLM-based query service.

Using a OpenStack VM

  1. Create a new instance (if you use Debian: at least 12)
  2. Install necessary libraries
    1. apt-get update
    2. apt-get install git python3-pip python3-venv
  3. Clone the repository and follow the rest of the manual ( https://git.zib.de/bzfconra/mardi_llm_bottest )