Andrey Chernykh
Results
2
comments of
Andrey Chernykh
@sl0thentr0py I'm using tracing decorators, and can easy add something like this ```python .... def wrappee(*args, **kwargs): sampled = is_feature_enabled("tracing", context: { "op": decorator_self.op } ) with start_span(decorator_self.op, decorator_self.description, sampled=sampled):...
@ryanai3 - Can you check https://github.com/microsoft/DeepSpeed/pull/2401 ?