-
Hi!
Currently svmbir prints to console all it's messages. This makes ist somewhat hacky to use inside other projects, which have a propper logging interface or a CLI.
There basically two options…
-
**Describe the bug**
```
[1,0]:Traceback (most recent call last):
[1,0]: File "/ws/HugeCTR/sparse_operation_kit/SOK_DLRM_Benchmark/main.py", line 129, in
[1,0]: trainer = Trainer(
[1,0]: Fi…
-
### Environment (OS, Python version, PySpice version, simulator)
* MacOS 15.0
* Python 3.10.15
* PySpice version 1.5
* libngspice version 43
### Issue
I installed `libngspice` via `brew instal…
-
This is because the `utils.stream_stdout_and_stderr()` function doesn't handle the different error outputs like `utils.run()` does. Could we factor this logic out and use it from the `stream_stdout_an…
-
Is it possible to get the output of an action to print it out via `ctx.output.print()`?
The best I could do was redirect stdout to a declared output and print out its path, but since there is no wa…
-
afaik it is not a thing in amber. it would be nice if it were, since i always have problems with that in plain bash.
there is a way to do it in plain bash:
```bash
>&2 echo "error"
```
but …
b1ek updated
3 months ago
-
**Snakemake version**
```
$ snakemake --version
8.20.6
```
Using macOS.
**Describe the bug**
Even on successful runs, ``-q all`` or ``--quiet all`` does not hide any stdout or stder…
-
Pytorch version too old for fused optimizer
```
llm-full-mp-gpus.0 [stderr] [rank0]: Traceback (most recent call last):
llm-full-mp-gpus.0 [stderr] [rank0]: File "/homes/delaunap/milabench/benc…
-
I noticed all messages, regardless of their importance are [redirected to stderr](https://github.com/jirutka/apk-autoupdate/blob/master/src/functions.sh#L9).
This bother me because I've set up a cr…
-
First of all, thanks for your great work!
After a few days of using, I found it would be great that we can have an option that allows users to store the output.
This is very useful especially when…