Ark-kun commited on
Commit
c0106e7
·
1 Parent(s): 572fe9c

feat: MT - API Server - Enabled execution log support

Browse files
backend CHANGED
@@ -1 +1 @@
1
- Subproject commit bfc27aea5dd2cd0dcd97cd6f8c3968f7fbc74411
 
1
+ Subproject commit f8c1492edb99da93163a5224a9e016e931cb3588
huggingface_overlay/start_HuggingFace_multi_tenant.py CHANGED
@@ -699,6 +699,7 @@ api_router._setup_routes_internal(
699
  # container_launcher_for_log_streaming=launcher,
700
  # TODO: Handle the default library
701
  # default_component_library_owner_username=default_component_library_owner_username,
 
702
  pipeline_run_creation_hook=handle_pipeline_run_creation,
703
  )
704
 
 
699
  # container_launcher_for_log_streaming=launcher,
700
  # TODO: Handle the default library
701
  # default_component_library_owner_username=default_component_library_owner_username,
702
+ get_launcher=get_launcher_for_active_user,
703
  pipeline_run_creation_hook=handle_pipeline_run_creation,
704
  )
705