Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Move telemtry line
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
  • Loading branch information
shrekris-anyscale committed Dec 6, 2023
1 parent fa3a766 commit d2518d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rayllm/backend/server/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def router_deployment(


def router_application(args):
ray._private.usage.usage_lib.record_library_usage("ray-llm")
router_args = RouterArgs.parse_obj(args)
llm_apps = parse_args(router_args.models, llm_app_cls=VLLMApp)
return router_deployment(llm_apps, enable_duplicate_models=False)
Expand All @@ -125,7 +126,6 @@ def run(
models: The paths of the model yamls to deploy
"""
ray._private.usage.usage_lib.record_library_usage("aviary")
router_app = router_application({"models": vllm_base_args})

host = "0.0.0.0"
Expand Down

0 comments on commit d2518d3

Please sign in to comment.