Clément Dumas

Results 48 issues of Clément Dumas

Issue linked to this forum post: https://discuss.ndif.us/t/nnsight-0-5-prerelease-feedback-requested/64/39?u=clement_dumas I was surprised that you need to save leaf values like integers or None. This is another breaking change compared to 0.4 ```py...

In globals.py, the fields "name" and "providers" are only used for debug purpose, so really the `models` dictionary is only useful for cli shortcuts. I feel like the doc should...

Right now, either you set debug to true and you get flooded with (mostly useless) LiteLLM logs or you set debug to false, and bloom will fail silently without printing...

Is locking `litellm` to `==1.80.0` really necessary? Do version above 1.80 break bloom?

Those 2 are never used in the code, idk if they should be deprecated or if they're missing somewhere: https://github.com/safety-research/bloom/blob/f203e5516c95d73dfc2da67305b1a2f44506595b/globals.py#L2-L3

user can install bloom and then run ```bash python -m bloom [config_file] [--debug] # or bloom [config_file] [--debug] ```

```py 🚀 Initializing BLOOM rollout pipeline... ============================================================ BLOOM EVALS PIPELINE ============================================================ 📋 Total stages to run: 4 🎯 Behavior: self-preferential-bias 🤖 Target model: claude-sonnet-4 🔍 Evaluator model: claude-opus-4.1 ============================================================ 🎯...

## Description Claude Code's background task system ignores the `$TMPDIR` environment variable and hardcodes `/tmp/claude/` for task management, causing permission denied errors when `/tmp` is not writable by the user....

bug
has repro
platform:linux
area:core