Skip to content

Commit 33bf9d2

Browse files
fix: correct typo in comments and settings description (abetlen#2121)
Co-authored-by: thecaptain789 <thecaptain789@users.noreply.github.com>
1 parent 84bc143 commit 33bf9d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

llama_cpp/llama_chat_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3267,7 +3267,7 @@ def from_pretrained(
32673267

32683268
class ObsidianChatHandler(Llava15ChatHandler):
32693269
# Prompt Format
3270-
# The model followed ChatML format. However, with ### as the seperator
3270+
# The model followed ChatML format. However, with ### as the separator
32713271

32723272
# <|im_start|>user
32733273
# What is this sign about?\n<image>

llama_cpp/server/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ModelSettings(BaseSettings):
6060
)
6161
rpc_servers: Optional[str] = Field(
6262
default=None,
63-
description="comma seperated list of rpc servers for offloading",
63+
description="comma separated list of rpc servers for offloading",
6464
)
6565
# Context Params
6666
seed: int = Field(

0 commit comments

Comments
 (0)