Skip to content

Commit e456732

Browse files
Update llm-complete-guide/README.md
Co-authored-by: Alex Strick van Linschoten <[email protected]>
1 parent 5791de5 commit e456732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm-complete-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ environment and install the dependencies using the following command:
4343
pip install -r requirements.txt
4444
```
4545

46-
Depending on your setup you may run into some issues when running the pip install command with the
46+
Depending on your setup you may run into some issues when running the `pip install` command with the
4747
`flash_attn` package. In that case running `FLASH_ATTENTION_SKIP_CUDA_BUILD=TRUE pip install flash-attn --no-build-isolation` could help you.
4848

4949
In order to use the default LLM for this query, you'll need an account and an

0 commit comments

Comments
 (0)