From 89fd0180b79e5b60127aa68e3623435c7694bd98 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:30:41 -0300 Subject: [PATCH] Better description of features --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a76bb1..827430a7 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * Generate Markdown output for [GALACTICA](https://github.com/paperswithcode/galai), including LaTeX support. * Notebook mode that resembles OpenAI's playground. * Chat mode for conversation and role playing. -* Load 13b/20b models in 8-bit mode. * Load parameter presets from text files. +* Load large models in 8-bit mode. +* Split large models across your GPU(s) and CPU. * CPU mode. ## Installation