From ebbdb932043b62a8441a4059303bea3101b68796 Mon Sep 17 00:00:00 2001 From: Brendan Dolan-Gavitt Date: Sat, 6 Aug 2022 00:10:28 -0400 Subject: [PATCH] Mention curl and zstd requirement --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 008657d..ebac193 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ You'll need: * `docker-compose` >= 1.28 * An NVIDIA GPU with enough VRAM to run the model you want. * [`nvidia-docker`](https://github.com/NVIDIA/nvidia-docker) +* `curl` and `zstd` for downloading and unpacking the models. Note that the VRAM requirements listed by `setup.sh` are *total* -- if you have multiple GPUs, you can split the model across them. So, if you have two NVIDIA RTX 3080 GPUs, you *should* be able to run the 6B model by putting half on each GPU.