Skip to content

Commit

Permalink
Update context size defaults Close ggerganov#11
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Apr 4, 2023
1 parent c0a5c01 commit f7ab8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/fastapi_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Settings(BaseSettings):
embedding=True,
n_threads=6,
n_batch=2048,
n_ctx=2048,
)


Expand Down

0 comments on commit f7ab8d5

Please sign in to comment.