From 683626dbf7d19d59a6b280250cf2e1a1612c0aed Mon Sep 17 00:00:00 2001 From: alberto cetoli Date: Sun, 30 Jul 2023 17:03:47 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62659319..939db16b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ $ docker run -p8080:8080 --env NVIDIA_DISABLE_REQUIRE=1 --gpus all fractalego/wa The interface side has a `config.json` file that needs to be filled with the IP address of the LLM side. The default is localhost. -Alternatively, you can run the LLM side by cloning [this repository](https://github.com/fractalego/wafl-llm>). +Alternatively, you can run the LLM side by cloning [this repository](https://github.com/fractalego/wafl-llm). Running WAFL @@ -98,4 +98,4 @@ Documentation The documentation can be found at [wafl.readthedocs.io](https://wafl.readthedocs.io). -Mastodon \ No newline at end of file +Mastodon From ebab532c6c3052e0c40d400925c3aea81c03edc6 Mon Sep 17 00:00:00 2001 From: alberto cetoli Date: Sat, 26 Aug 2023 18:24:10 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a6a5050..349678bf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WAFL 0.0.45 [![Tests](https://github.com/fractalego/wafl/actions/workflows/development-tests1.yml/badge.svg)](https://github.com/fractalego/wafl/actions/workflows/development-tests1.yml)[![Docs](https://readthedocs.org/projects/wafl/badge/?version=latest)](https://wafl.readthedocs.io/en/latest/) +# WAFL 0.0.70 [![Tests](https://github.com/fractalego/wafl/actions/workflows/development-tests1.yml/badge.svg)](https://github.com/fractalego/wafl/actions/workflows/development-tests1.yml)[![Docs](https://readthedocs.org/projects/wafl/badge/?version=latest)](https://wafl.readthedocs.io/en/latest/) Introduction ============ From 92f30c4273a2faacffec2cce6ac314e049b1c8c6 Mon Sep 17 00:00:00 2001 From: alberto cetoli Date: Sat, 26 Aug 2023 18:28:13 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 349678bf..19d0e073 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,12 @@ Please see the examples in the following chapters. ## LLM side (needs a GPU) -The second part is a server that runs on a mmachine accessible from the interface side. -This last machine will need to have a GPU to run the Large Language Model at a convenient speed. -This part can be run using a docker image by running the script +The second part is a machine that runs on a machine accessible from the interface side. +The initial configuration is for a local deployment of language models. +No action is needed to run WAFL if you want to run it as a local instance. + +However, a multi-user setup will benefit for a dedicated server. +In this case, a docker image can be used ```bash $ docker run -p8080:8080 --env NVIDIA_DISABLE_REQUIRE=1 --gpus all fractalego/wafl-llm:latest