From c056187b91984e5710bb937b819bc4cc360bd9cc Mon Sep 17 00:00:00 2001 From: sd109 Date: Fri, 26 Jan 2024 13:31:03 +0000 Subject: [PATCH] Fix README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2101b89..1ab60b3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ helm repo update helm install /azimuth-llm --version ``` -where version is the full published version for the specified commit (e.g. `0.1.0-dev.0.main.125`). To see the latest published version, see [here](https://github.com/stackhpc/azimuth-llm/tree/gh-pages). +where version is the full published version for the specified commit (e.g. `0.1.0-dev.0.main.125`). To see the latest published version, see [this page](https://github.com/stackhpc/azimuth-llm/tree/gh-pages). ### Customisation @@ -42,7 +42,7 @@ The following is a non-exhaustive list of models which have been tested with thi - [AWQ Quantized Llama 2 70B](https://huggingface.co/TheBloke/Llama-2-70B-Chat-AWQ) - [Magicoder 6.7B](https://huggingface.co/ise-uiuc/Magicoder-S-DS-6.7B) -Due to the combination of [components](##Components) used in this app, some Huggingface models may not work as expected (usually due to the way in which LangChain formats the prompt messages). Any errors when using new model The logs for the API pod will usually provide more information on failed requests. +Due to the combination of [components](##Components) used in this app, some Huggingface models may not work as expected (usually due to the way in which LangChain formats the prompt messages). Any errors when using new model will appear in the pod logs for either the web-app deployment the backend API deployment. ## Components