Bastien Chevreux

Results 9 issues of Bastien Chevreux

Class OptionParser stored only pointers to option groups when using add_option_group(). This can lead to the case where arguments are parsed long after an OptionGroup went out of scope, leading...

Hi, I've made a file with minimal examples to follow along this potential issue which I tested with CheckerFramework 3.51.0. [000_nullness_spurious.tar.gz](https://github.com/user-attachments/files/22380909/000_nullness_spurious.tar.gz) Untar, this creates subdirectory `000_nullness_spurious`, there will be two...

### Plugin Type CLI ### Cline Version Cline CLI Version: 1.0.7 Cline Core Version: 3.38.3 ### What happened? I launched "cline -o" (with admittedly a small model) and after a...

CLI
bug

Simple change of description string for "cline -h" and "cline task new -h". Arose through confusion due to too short -h text, see #7759. No changeset created as documentation only...

### Plugin Type CLI ### Cline Version Cline CLI Version: 1.0.7 Cline Core Version: 3.38.3 ### What happened? I created a model "Q3o4C100k" with 100k context size defined in the...

Help Wanted
CLI
docs
bug

### Plugin Type CLI ### Cline Version Cline CLI Version: 1.0.7 Cline Core Version: 3.38.3 ### What happened? The "REQUIREMENT" specify node.js 20+, but when running with version 25 one...

CLI
bug

This PR resolves #371: M2 Mac: Runtime error in training of model after call to torchinfo.summary() For torchinfo 1.8 on a Mac with M2 chip, the following code resulted in...

**Describe the bug** For torchinfo 1.8 on a Mac with M2 chip, the following code resulted in a runtime error: device = torch.accelerator.current_accelerator() model = nn.Sequential(nn.Flatten(), nn.Linear(3072, 10)).to(device) summary(model, input_size=(batch_size,...

Reminder for myself to fix eventually. Fvar tag in CAF gets lost when converting to gbk/gbf. Both when the tag is on reference read or on the consensus. This happens...