Skip to content

Commit

Permalink
Merge pull request #95 from NexaAI/brian/debug
Browse files Browse the repository at this point in the history
add `n_ctx` for nexa_service
  • Loading branch information
zhiyuan8 authored Sep 17, 2024
2 parents 6475eff + 5d2419f commit ba5991d
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 179 deletions.
1 change: 1 addition & 0 deletions nexa/cli/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def main():
server_parser.add_argument("--host", type=str, default="0.0.0.0", help="Host to bind the server to")
server_parser.add_argument("--port", type=int, default=8000, help="Port to bind the server to")
server_parser.add_argument("--reload", action="store_true", help="Enable automatic reloading on code changes")
server_parser.add_argument("--nctx", type=int, default=2048, help="Length of context window")

# Other commands
subparsers.add_parser("pull", help="Pull a model from official or hub.").add_argument("model_path", type=str, help="Path or identifier for the model in Nexa Model Hub")
Expand Down
Loading

0 comments on commit ba5991d

Please sign in to comment.