Skip to content

UIC-InDeXLab/TopKLLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Top-K LLM Ranking

TBD!

Installation

In order to run the project, first make sure that you have docker and docker compose properly installed. Then you can run the project using following command:

docker compose up --build 

If you need to only run one service, check the docker-compose.yml to find the service name (e.g. questioner), then use following command to run individual service

docker compose up --build {service_name}

If you want to run the project in detach mode, you can add -d to previous commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published