mirror of
https://github.com/bigscience-workshop/petals
synced 2024-11-16 06:12:50 +00:00
rm heuristic for num_handlers
This commit is contained in:
parent
f114a6d417
commit
db966a76dd
@ -203,8 +203,6 @@ class Server(threading.Thread):
|
||||
max_batch_size=max_batch_size,
|
||||
)
|
||||
|
||||
num_handlers = num_handlers if num_handlers is not None else len(blocks) * 4
|
||||
|
||||
return cls(
|
||||
dht,
|
||||
blocks,
|
||||
|
Loading…
Reference in New Issue
Block a user