From a4eab07cc0b64be79e52e43fbfd96b3f9b05812a Mon Sep 17 00:00:00 2001 From: Anton Bacaj Date: Mon, 26 Jun 2023 07:12:21 +0000 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52b1ebb..ab58ba5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Run inference on the latest MPT-30B model using your CPU. This inference code us ## Requirements -I recommend you use docker for this model, it will make everything easier for you. I recommend a system with 32GB of ram. Tested on AMD Epyc CPU, Python 3.10. +I recommend you use docker for this model, it will make everything easier for you. Minimum specs system with 32GB of ram otherwise limit the `context_length` of model. Tested on AMD Epyc CPU, Python 3.10. ## Setup