-
In 0.9.5, I build a group model. In the root prim, i add the script:
`default
{
state_entry()
{
llTargetOmega(,0.1, 0.0);
}
}`
I hope the whole model will cycle with th…
-
https://github.com/SWI-Prolog/swipl-devel/blob/1ff28598f7c5da16396bbb7a3293b3ba9fb26878/src/pl-prims.c#L142
If I add an assertion,
set_marked(p);
assert(LD->cycle.vstack.top);
if ( !push…
-
## 🚀 Feature
When we run the following snippet with `torchrun --nproc-per-node=2 sample.py`, we'd get the trace below, as of c89fb1bc5114161aed78e9eb19b8f68df523d192.
```python
import os
…
-
We do support some inplace thanks to @crcrpar 's great patches. This has enable running additional models already, but is limited to a few cases of particular interest.
However, we would want to se…
t-vi updated
3 months ago
-
**Describe the bug**
Using Storm or any other plugin through Maya to Hydra does not render any prims behind a purpose. It will render prims under default, but not if they are under any other purpose.…
-
This operator reverses the order of the input tensor along specified axes. There are some pytorch models using [`flip`](https://pytorch.org/docs/stable/generated/torch.flip.html) operator. When they t…
-
### Describe the bug
Taking a game capture when a mesh is being drawn by the remixApi will result in a crash in `GameCapturer::captureMaterial`.
It seems like the material of the api mesh is be…
-
Hi Team,
We are currently running the HDBSCAN algorithm on a large and diverse dataset using one of our products to execute the script in Python. Below is the script we are using along with the in…
-
Hi, I am confused about the code segment here, https://github.com/NVIDIA/nccl/blob/master/src/device/prims_ll128.h#L250
In Do-While-Loop, we already load the data to vr[] array When checking the f…
-
Hello! Can you please help me with this error?
I have Python 3.12.1 from Microsoft store and ffmpeg from chocolatey. I installed auto-subtitle binary according to readme. I am on Windows 10.
When I …