Closed jbaumanTT closed 1 day ago
The async ring buffer change seems to have caused some hangs in the LLAMA 3 70b tests, for unknown reasons.
Reduce the number of launch messages that can be outstanding at once to 1, to avoid concurrency.
Ticket
15018
Problem description
The async ring buffer change seems to have caused some hangs in the LLAMA 3 70b tests, for unknown reasons.
What's changed
Reduce the number of launch messages that can be outstanding at once to 1, to avoid concurrency.
Checklist