Skip to content

Commit

Permalink
fix: Create kernels with correct scaling group value (#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa authored Sep 14, 2024
1 parent df4ae50 commit 97f2390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/2837.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Create kernels with correct `scaling_group` value.
2 changes: 1 addition & 1 deletion src/ai/backend/manager/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ async def start_session(
agent_alloc_ctx=AgentAllocationContext(
agent_id=k.agent,
agent_addr=k.agent_addr,
scaling_group=scheduled_session.scaling_group,
scaling_group=scheduled_session.scaling_group_name,
),
allocated_host_ports=set(),
)
Expand Down

0 comments on commit 97f2390

Please sign in to comment.