We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5791de5 commit e456732Copy full SHA for e456732
llm-complete-guide/README.md
@@ -43,7 +43,7 @@ environment and install the dependencies using the following command:
43
pip install -r requirements.txt
44
```
45
46
-Depending on your setup you may run into some issues when running the pip install command with the
+Depending on your setup you may run into some issues when running the `pip install` command with the
47
`flash_attn` package. In that case running `FLASH_ATTENTION_SKIP_CUDA_BUILD=TRUE pip install flash-attn --no-build-isolation` could help you.
48
49
In order to use the default LLM for this query, you'll need an account and an
0 commit comments