FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

Unreachable code in `get_worker_address`

Open cinjon opened this issue 11 months ago • 1 comments

This code, https://github.com/lm-sys/FastChat/blob/d04ce6453ae016d9e03626b679c07aa1388dcbee/fastchat/serve/controller.py#L175, is unreachable. Is that expected?

cinjon avatar Mar 14 '24 18:03 cinjon

It looks like the method get_worker_address directly returns the worker name before it is able to reach this code.

DawsonD43 avatar May 02 '24 04:05 DawsonD43