luccabb

Results 7 issues of luccabb

[numpy_poc](https://github.com/trailofbits/fickling/blob/master/example/numpy_poc.py#L9-L15) example has the following class as an example of an unsafe class: ```python ... class Test(object): def __init__(self): self.a = 1 def __reduce__(self): # Runs the other PoC found...

the [nvidia-dcgm doc](https://docs.nvidia.com/datacenter/dcgm/3.1/dcgm-api/dcgm-api-field-ids.html?fbclid=IwAR2Zb6uoCJiZ2fiQ_F0KM1SzfIb49vUiU5e1bwwf-PywDCZhFESP59RQS0M) says that metrics like `DCGM_FI_PROF_NVLINK_L{id}_TX_BYTES` should be avaible on dcgm 3.1 I'm getting the following error when trying to query them (from dcgmi 3.1.3): ```bash $ dcgmi...

moving from `datetime.now()` to `time.monotonic()` minimum fix for https://github.com/litl/backoff/issues/149 pytest looks green ```bash (base) lcb@lcbs-MacBook-Pro backoff % pytest ====================================================================== test session starts ====================================================================== platform darwin -- Python 3.12.1, pytest-8.0.2, pluggy-1.4.0...

# Description Fixes https://github.com/open-telemetry/opentelemetry-python/issues/4168 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # How Has This Been...

### Describe your environment OS: CentOS Python version: Python 3.10 SDK version: 1.26.0 API version: 1.26.0 ### What happened? following log lines shows the error: ``` meter_provider.shutdown() AttributeError: 'NoOpMeterProvider' object...

bug

### What is the version? 3.1.3-3.1.2 ### What happened? I'm tracking DCGM_FI_DEV_NVLINK_BANDWIDTH_TOTAL, this value is marked as a [counter](https://github.com/NVIDIA/dcgm-exporter/blob/main/etc/dcp-metrics-included.csv#L57). but I'm observing the value going down, i.e.: ``` timestamp t...

bug

[clusterscope](https://github.com/facebookresearch/clusterscope/) has an API to calculate proportionate resource usage in the machine (CPUs / Mem) given the number of GPUs or CPUs. that is, for GPU requests: if a slurm...

CLA Signed