-
By my evaluation of the code, the plan library is implemented with very specific handling of the ```layers```. The content of ```layers``` come from the original layers directory load, and can then be…
-
... when conditions below are met:
- `ModularAvatarMergeAnimator` component is added by NDMF plugin before MA pass,
- `ModularAvatarMergeAnimator.animator` is set to a temporary AnimatorController…
-
### Is your feature request related to a problem or challenge?
in https://github.com/apache/datafusion/pull/11103#discussion_r1653071246 @comphead noted that it is sometimes hard to tell if `.clone()…
alamb updated
4 months ago
-
## Type
- request post from @at15
## Related
## Description
- do it at runtime using type assertion and reflect e.g. existing libraries
- generate code using reflect
- generate…
-
Issue discovered and described in detail in this conversation: [https://h2oai.slack.com/archives/C03HXQSLW/p1599200941133900|https://h2oai.slack.com/archives/C03HXQSLW/p1599200941133900]
Examples in …
-
Currently, it implements `Copy`, which could cause unexpected behaviors. I think it is better to just implement `Clone`, so the user can explicitly create a copy of the iterator.
This is also the r…
-
### System Info
Hi there, I met a bug that when using TGI Gaudi 2.0.5 with both meta-llama/Meta-Llama-3-8B-Instruct and Intel/neural-chat-7b-v3-3. When I set the default frequency/repetition/presen…
-
```python
import distributed
import numpy as np
if __name__ == "__main__":
with distributed.Client(n_workers=2, processes=False, protocol="tcp") as client:
a, b = client.has_what(…
-
I'm looking at this gem duplicate
Duplicate.duplicate(@engine)
What I want to do is create a template wongi engine and reuse it over and over again. Originally I was loading all the rules in to one…
-
Right now, we have the following optimization in accumulate grad:
```
// under following condition, we can avoid clone()
if (!GradMode::is_enabled()
&& !new_grad.is_sparse()
…