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
- Host: GitHub
- URL: https://github.com/wingzer0o/lwollama
- Owner: WingZer0o
- Created: 2024-11-03T02:20:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T22:46:31.000Z (over 1 year ago)
- Last Synced: 2025-03-10T06:11:30.485Z (over 1 year ago)
- Topics: deno, docker, docker-compose, llama3, llm, typescript
- Language: TypeScript
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.