Skip to content

Commit e07eaaf

Browse files
authored
Fix typo: Correct "fulfilment" spelling in GGUF docs (#1790)
* Update datasets-spark.md * Update gguf-llamacpp.md
1 parent ccbeb40 commit e07eaaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/hub/datasets-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ To filter the dataset and only keep dialogues in Chinese:
165165
```
166166

167167
It is also possible to apply filters or remove columns on the loaded DataFrame, but it is more efficient to do it while loading, especially on Parquet datasets.
168-
Indeed, Parquet contains metadata at the file and row group level, which allows to skip entire parts of the dataset that don't contain samples that satisfy the criteria. Columns in Parquet can also be loaded indepentently, whch allows to skip the excluded columns and avoid loading unnecessary data.
168+
Indeed, Parquet contains metadata at the file and row group level, which allows to skip entire parts of the dataset that don't contain samples that satisfy the criteria. Columns in Parquet can also be loaded independently, whch allows to skip the excluded columns and avoid loading unnecessary data.
169169

170170
### Options
171171

docs/hub/gguf-llamacpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ curl http://localhost:8080/v1/chat/completions \
6161
"messages": [
6262
{
6363
"role": "system",
64-
"content": "You are an AI assistant. Your top priority is achieving user fulfilment via helping them with their requests."
64+
"content": "You are an AI assistant. Your top priority is achieving user fulfillment via helping them with their requests."
6565
},
6666
{
6767
"role": "user",

0 commit comments

Comments
 (0)