Skip to content

Commit

Permalink
Merge pull request #332 from dongyuanjushi/fix-launch-1120
Browse files Browse the repository at this point in the history
fix scheduler params for launch.py
  • Loading branch information
BRama10 authored Nov 20, 2024
2 parents 0a77b6d + f10e64e commit 35d79b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run_npm(open: bool=False):

if __name__ == "__main__":
start_server()
# run_npm(True)
run_npm(True)

try:
while True:
Expand Down
8 changes: 4 additions & 4 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
tool_manager=getToolState(),
log_mode=args.scheduler_log_mode,
# get_queue_message=None
get_llm_request=None,
get_memory_request=None,
get_storage_request=None,
get_tool_request=None,
get_llm_syscall=None,
get_memory_syscall=None,
get_storage_syscall=None,
get_tool_syscall=None,
)


Expand Down

0 comments on commit 35d79b7

Please sign in to comment.