Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bluecannonball/llm-job-server

Use multiple machines to prompt an LLM.
https://github.com/bluecannonball/llm-job-server

Last synced: 9 days ago
JSON representation

Use multiple machines to prompt an LLM.

Awesome Lists containing this project

README

        

# LLM Job Server
Use multiple machines to prompt an LLM.

## Usage
```sh
$ ./server input.txt output.txt # Defaults to port 8000
$ ./server input.txt output.txt 8080 # Port 8080 is explicitly specified
```
The output consists of lines of the input file followed by lines produced by the LLM. Prompts and responses are separated by tabs.