change readme to 0.1.0

This commit is contained in:
James Ravenscroft 2023-08-05 09:23:08 +01:00
parent 7266451f44
commit 225faefd2c

View File

@ -93,10 +93,10 @@ docker run --gpus=all --rm -it \
-e THREADS=6 \
-e MODEL="/models/codegen-2B-multi-ggml-4bit-quant.bin" \
-p 18080:18080 \
ghcr.io/ravenscroftj/turbopilot:v1.0.0-cuda11
ghcr.io/ravenscroftj/turbopilot:v0.1.0-cuda11
```
Swap `ghcr.io/ravenscroftj/turbopilot:v1.0.0-cuda11` for `ghcr.io/ravenscroftj/turbopilot:v1.0.0-cuda12` if you are using CUDA 12 or later.
Swap `ghcr.io/ravenscroftj/turbopilot:v0.1.0-cuda11` for `ghcr.io/ravenscroftj/turbopilot:v0.1.0-cuda12` if you are using CUDA 12 or later.
You will need CUDA 11 or CUDA 12 later to run this container. You should be able to see `/app/turbopilot` listed when you run `nvidia-smi`.