-
### bug描述 Describe the Bug
报错信息:
我们使用容器网络训练xpu任务 报了个这个错误
Traceback (most recent call last):
File "/tmp/python-task-996883138/pyenc_process_dir/ernie-bot/finetune.py", line 13, in
File "…
-
The current CLI implementation is using `argparser`.
However the TDS cookie-cutter project prefers `click`.
We should at least evaluate which one would be better suited for this application!
…
-
Add the ability to call the script without requiring additional input from the user.
tjcim updated
7 years ago
-
## Current Behavior
```
@ xonsh --version
xonsh/0.18.4
♅ 15:42:06 rrs@xps ~/NoBac/Commun/xonsh master↑·4|✓
@ xonsh --no-rc
rrs@xps ~/NoBac/Commun/xonsh master @ xontrib list
['list']
Exc…
-
Structurizr supports to integrate with PlantUML (or other plugins like Mermaid) by defining an `image`-view (see [structurizr docs](https://docs.structurizr.com/dsl/plugins/plantuml)).
Do you have…
-
Needed to provide help at a bare minimum even if they are parsed effectively in other ways.
-
It would be nice to be able to provide a description for the ArgParser, that gets printed above or below the `Usage: ...` line in the help message.
This shouldn't be hard to implement, so I could m…
-
defaults.update({k: v for k, v in model_and_diffusion_defaults().items() if k not in defaults})
Hi, i believe this is what you want to have, otherwise the value will be overwriten by those in the pre…
-
Hi thanks for this helpful library! However, it is quite boilerplate to repeat code like:
```
class CommandOne extends Command {
...
CommandOne() {
argParser.addOption('firstArgument');
…
-
I see that setting the mandatory parameter of the addOption function to true has no effect.
In the example below, the arguments array contains none of the 3 mandatories options, and the program throw…