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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Some recipes require the presence of langchain. To install the packages follow t
76
76
```
77
77
pip install llama-recipes[langchain]
78
78
```
79
-
Optional dependencies can also be combines with [option1,option2].
79
+
Optional dependencies can also be combined with [option1,option2].
80
80
81
81
#### Install from source
82
82
To install from source e.g. for development use these commands. We're using hatchling as our build backend which requires an up-to-date pip as well as setuptools package.
@@ -119,7 +119,7 @@ Most of the code dealing with Llama usage is organized across 2 main folders: `r
119
119
120
120
### `recipes/`
121
121
122
-
Contains examples are organized in folders by topic:
122
+
Contains examples organized in folders by topic:
123
123
| Subfolder | Description |
124
124
|---|---|
125
125
[quickstart](./recipes/quickstart) | The "Hello World" of using Llama, start here if you are new to using Llama.
0 commit comments