You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llm-complete-guide/README.md
+55-11Lines changed: 55 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ instructions are provided below for how to set that up.
23
23
24
24
## 📽️ Watch the webinars
25
25
26
-
We've recently been holding some webinars about this repository and project. Watche the videos below if you want an introduction and context around the code and ideas covered in this project.
26
+
We've recently been holding some webinars about this repository and project. Watch the videos below if you want an introduction and context around the code and ideas covered in this project.
27
27
28
28
[](https://www.youtube.com/watch?v=PazRMY8bo3U)
29
29
@@ -45,7 +45,7 @@ pip install -r requirements.txt
45
45
46
46
Depending on your hardware you may run into some issues when running the `pip install` command with the
47
47
`flash_attn` package. In that case running `FLASH_ATTENTION_SKIP_CUDA_BUILD=TRUE pip install flash-attn --no-build-isolation`
48
-
could help you.
48
+
could help you. Possibly you might also need to install torch separately.
49
49
50
50
In order to use the default LLM for this query, you'll need an account and an
0 commit comments