Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llama_cpp/llama_chat_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -3171,7 +3171,7 @@ def from_pretrained(

class ObsidianChatHandler(Llava15ChatHandler):
# Prompt Format
# The model followed ChatML format. However, with ### as the seperator
# The model followed ChatML format. However, with ### as the separator

# <|im_start|>user
# What is this sign about?\n<image>
Expand Down
2 changes: 1 addition & 1 deletion llama_cpp/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ModelSettings(BaseSettings):
)
rpc_servers: Optional[str] = Field(
default=None,
description="comma seperated list of rpc servers for offloading",
description="comma separated list of rpc servers for offloading",
)
# Context Params
seed: int = Field(
Expand Down