Skip to content

Commit d81f1f6

Browse files
authored
Merge branch 'main' into jlp_cpu
2 parents 7f96009 + ca0909f commit d81f1f6

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
@@ -166,7 +166,7 @@ def __init__(self, config: DistributedConfig):
166166
self._config.local_world_size,
167167
self._config.timeout,
168168
self._config.use_cuda,
169-
self._config.backend,
169+
backend=self._config.backend,
170170
)
171171
else:
172172
self._pool = _default_pool

0 commit comments

Comments
 (0)