mirror of
https://github.com/wassname/ray.git
synced 2026-08-20 12:40:44 +08:00
Warn if OMP_NUM_THREADS is set (#6729)
This commit is contained in:
+2
-2
@@ -109,8 +109,8 @@ element ``x_{i+1}`` is fetched from the source actor. This is useful if you need
|
||||
update the source actor between iterator steps. Note that for async gather, this
|
||||
ordering only applies per shard.
|
||||
|
||||
**Operator state**: Operator state is preserved for each shard. This means that you can pass a stateful callable to ``.foreach()``:
|
||||
For example, this means you can pass a stateful callable to ``.foreach()``:
|
||||
**Operator state**: Operator state is preserved for each shard.
|
||||
This means that you can pass a stateful callable to ``.foreach()``:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user