-
Method to remove argument by name.
Seems useless at first glance, but may be very helpful when there is a bunch of similar programs which inherit from each other.
E. g.
```python
class Program…
-
Several configs have wrong argument type or wrong default values. Along with it, short options should be one character. Should be reviewed and fixed. E.g.
parser.add_argument('-r', '--plotter',type…
-
Right now `ArgParser` displays the options in the order that they were added. In some scenarios, a non-trivial amount of options are shared which makes it infeasible to add the options in a sorted ord…
-
We allow passing a `usageLineLength` to `ArgParser` or `CommandRunner` in the _constructor_. In both cases the field is `final` and is read internally by the `usage` getter. This means that the wrappi…
-
We need to decide on a robust strategy for caching hook invocations.
## Requirements
Some typical use cases and corner cases:
1. Modifying some files, running the hook and running the hook ag…
-
Hello,
I want to run:
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("NVEagle/Eagle-X5-13B-Chat")
But I get:
ValueError: The checkpoint you are tr…
flehn updated
2 months ago
-
Is there a reason why the getParameters function in OpenLayers.Control.ArgParser is not declared as APIMethod?
Recently I had the use-case that I had to parse some URL parameters without beeing direct…
-
Hello, a great work! Thank you for sharing the codes.
I to begin the Step 2 in README :
python main.py --config config/miniImageNet_1shot.yaml --seed 100 --gpu 0
Firstly, I congfig the miniImag…
-
For the upcoming [Tracking Export Plugin system](https://github.com/ilastik/ilastik/tree/tracking-export-plugin-system) I am currently adding batch processing capabilities so that @JaimeIvanCervantes …
-
## Current Behavior
If an error occurs while loading a subcommand module (e.g. `bin/ui.py`), the specific error message is suppressed and the program exits with a generic `invalid choice` messa…