1af4023883508fdad1b2d68cbca3281ac7210ebf
Run LLM chat in realtime on an 8GB NVIDIA GPU
Dockerfile for alpaca_lora_4bit
Based on https://github.com/johnsmith0031/alpaca_lora_4bit
Use
Can run real-time LLM chat using alpaca on a 8GB NVIDIA/CUDA GPU (ie 3070 Ti mobile)
Requirements
- Docker
- NVIDIA GPU
Installation
docker build -t alpaca_lora_4bit .
docker run -p 7086:7086 alpaca_lora_4bit
Point your browser to http://localhost:7086
Results
It's fast on a 3070 Ti mobile. Uses 5-6 GB of GPU RAM.
The model isn't all that good, sometimes it goes crazy. But hey, as I always say, "when 4-bits you reach look this good you will not."
References
Description
Languages
Python
97.7%
Dockerfile
2.3%