Skip to content

Commit ca0909f

Browse files
authored
Bug fix (#448)
1 parent 691d8b2 commit ca0909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast_llm/engine/distributed/distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def __init__(self, config: DistributedConfig, use_cpu: bool = False):
165165
self._config.local_world_size,
166166
self._config.timeout,
167167
use_cpu,
168-
self._config.backend,
168+
backend=self._config.backend,
169169
)
170170
else:
171171
self._pool = _default_pool

0 commit comments

Comments
 (0)