-
### Your current environment
```
PyTorch version: 2.1.2+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC vers…
-
### Summary
I just tried running the `embassy` example and it didn't work as expected. Specifically, `await`ing the timer never returned.
The example seems quite old, is it outdated? Or any other i…
-
----------- Running Arguments -----------
arch: YOLOv5
dataset_dir: /mnt/data01/luoshiyong/data/liugang
model_dir: /mnt/data01/luoshiyong/code/PaddleSlim-release-2.5/yolov5out/best.onnx
skip_…
-
### Describe the bug
I have been having challenges with Autogen framework for quite sometime now, I have followed YouTube tutorials, Autogen documentations, done the necessary installations and still…
-
I am trying to figure out what the Pipeline node wants for input. I've tried many variations, but this one seems to match what the documentation says:
```
{
"type": "object",
"value": {
…
-
## Summary
#2811 will introduce a Dask resource for use with solids. However, it has a separate implementation of Dask client/cluster config and setup from the existing Dask executor. The two aren'…
-
### What went wrong?
When using WITH DOCKER --cache-id=id within a target that it is executed N times in parallel all targets are executed sequentially instead due to the locking mechanism.
Code e…
-
Indeed, Tensorflow==2.16.1 works even for me. I tried to read the source for tensorflow==2.17.0 and 2.16.1 to at least try find out what might be the issue. The following is what I found out:
The e…
-
It seem rundeck "Kill Job" logic does not ensure that child processes killed and exited, leaving child process running in background in detached state.
Environment:
Rundeck version: latest compiled f…
-
### Current Behavior
We're creating an executor that can read a graphql schema and output a .graphql file for generating types later. Our project is commonjs because we have bi-directional circular…