From cc7cb773d1919a982fa715241b65315b7590ece2 Mon Sep 17 00:00:00 2001 From: veguAI <152010387+vegu-ai-tools@users.noreply.github.com> Date: Sat, 18 May 2024 12:31:32 +0300 Subject: [PATCH] Update README.md --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8e6dd782..68be293b 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ There is also a [troubleshooting guide](docs/troubleshoot.md) that might help. ### Docker +:warning: Some users currently experience issues with missing dependencies inside the docker container, issue tracked at [#114](https://github.com/vegu-ai/talemate/issues/114) + 1. `git clone https://github.com/vegu-ai/talemate.git` 1. `cd talemate` 1. `cp config.example.yaml config.yaml` @@ -171,14 +173,7 @@ In the case for `bartowski_Nous-Hermes-2-Mistral-7B-DPO-exl2_8_0` that is `ChatM ### Recommended Models -As of 2024.05.06 my personal regular drivers (the ones i test with) are: - -- meta-llama_Meta-Llama-3-8B-Instruct -- brucethemoose_Yi-34B-200K-RPMerge -- rAIfle_Verdict-8x7B -- meta-llama_Meta-Llama-3-70B-Instruct - -That said, any of the top models in any of the size classes here should work well (i wouldn't recommend going lower than 7B): +Any of the top models in any of the size classes here should work well (i wouldn't recommend going lower than 7B): [https://oobabooga.github.io/benchmark.html](https://oobabooga.github.io/benchmark.html) @@ -266,4 +261,4 @@ Then open the file and edit the `ALLOWED_HOSTS` and `VUE_APP_TALEMATE_BACKEND_W ALLOWED_HOSTS=example.com # wss if behind ssl, ws if not VUE_APP_TALEMATE_BACKEND_WEBSOCKET_URL=wss://example.com:5050 -``` \ No newline at end of file +```