aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorben2025-02-16 22:29:27 +0100
committerben2025-02-16 22:29:27 +0100
commitf9b2c22f47ee7ddd0db53465678625f6cc5030ee (patch)
tree8fbdac90c4554235d4b1c99384bdeced1fd2d8cd /README.md
parent680f4d38d9a508a0f936f3a5c5717710c5c88274 (diff)
downloadai_env-f9b2c22f47ee7ddd0db53465678625f6cc5030ee.tar.gz
ai_env-f9b2c22f47ee7ddd0db53465678625f6cc5030ee.tar.bz2
ai_env-f9b2c22f47ee7ddd0db53465678625f6cc5030ee.tar.xz
Add a command to wait models download
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 47300d5..7df591c 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,11 @@ Next, start the servers and their configuration with Docker Compose:
docker compose up --build -d
```
+Then wait for the models to finish downloading using the following command to display the status:
+```
+docker-compose logs -f llm_provision
+```
+
## How to use
The `setup_desktop.sh` script allows for copying a compiled static version of [AIChat](https://github.com/sigoden/aichat) from a container to your host and configuring the tool.