diff --git a/README.md b/README.md index fc5dc64..edc44c2 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,9 @@ This project also works well with papers from [PubMed](https://pubmed.ncbi.nlm.n The examples below use an AutoAWQ model, make sure to install that dependency first. ``` -pip install annotateai autoawq[kernels] +pip install annotateai \ +autoawq \ +autoawq-kernels ``` The primary input parameter is the path to the LLM. This project is backed by [txtai](https://github.com/neuml/txtai) and it supports any [txtai-supported LLM](https://neuml.github.io/txtai/pipeline/text/llm/). @@ -152,4 +154,4 @@ The progress bar can be disabled as follows: ```python annotate("https://arxiv.org/pdf/2005.11401", progress=False) -``` \ No newline at end of file +```