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

https://github.com/wingzer0o/lwollama

Dockerized Web Application to perform inference against LLAMA3.1
https://github.com/wingzer0o/lwollama

deno docker docker-compose llama3 llm typescript

Last synced: 2 months ago
JSON representation

Dockerized Web Application to perform inference against LLAMA3.1

Awesome Lists containing this project

README

          

# lwollama

lwollama is a dockerized web application that is intended to run on your local machine to perform inference against Llama 3.1.

## To start
You should probably have [Deno](https://deno.com) installed first. `curl -fsSL https://deno.land/install.sh | sh`

```bash
git clone https://github.com/WingZer0o/wollama.git
cd docker-scripts/
./build-and-start-container.sh
```
Navigate to `http://localhost:4200` to view the UI.