Skip to content

Commit a27bd7d

Browse files
committed
Adjusted Readme
1 parent e7d66ed commit a27bd7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llm-complete-guide/README.md

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

46-
blah blah if it fails FLASH_ATTENTION_SKIP_CUDA_BUILD=TRUE pip install flash-attn --no-build-isolation
46+
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.
4748

4849
In order to use the default LLM for this query, you'll need an account and an
4950
API key from OpenAI specified as another environment variable:

0 commit comments

Comments
 (0)