-
你好,请问rk3588s是否支持bf16?
我看rknn-toolkit2在版本: v1.4.1b22移除了bfloat16包依赖,是后面的版本就就不支持了吗?
-
I'm on Ubuntu 22.04 in WSL and trying to install cumm in a conda environment. Building the wheels fails with the attached error log.
[log.txt](https://github.com/FindDefinition/cumm/files/13368053/…
-
generate image code detail
```python
from diffusers import FluxTransformer2DModel
import torch
def load_flux_model(
model_path: str,
load_from_file: bool = True,
dtype: …
-
🦥 Unsloth: Will patch your computer to enable 2x faster free finetuning.
==((====))== Unsloth 2024.10.7: Fast Llama patching. Transformers = 4.44.2.
\\ /| GPU: NVIDIA A100-SXM4-40GB. Max me…
-
### Describe the bug
in flux multicontrolnet when i using 2 controlnet(https://huggingface.co/promeai/FLUX.1-controlnet-lineart-promeai and https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Can…
-
```csharp
namespace System.Runtime.Intrinsics.Arm;
/// VectorT Summary
public abstract partial class SveBf16 : AdvSimd /// Feature: FEAT_BF16
{
public static unsafe Vector Bfloat16DotProduc…
a74nh updated
3 months ago
-
In `microsoft/beit-base-patch16-224`, there has this pattern
```
view_13 = torch.ops.aten.view.default(arg223_1, [-1])
index = torch.ops.aten.index.Tensor(arg1_1, [view_13])
```
where `arg1_1.shape = …
-
**Describe the bug**
When I try to reshape a 3-D tensor to 5-D with a tensor on device and tile layout, I get the following error:
```
Traceback (most recent call last):
File "reshape.py", lin…
-
Hello,
Thanks for sharing your great insight. I tried to install xlstm. Following the instructions, first I created a conda environment by environment_pt220cu121.yaml , and use pip install xlstm. …
-
**Describe the bug**
ttnn.max returns unexpected results
**To Reproduce**
```
with ttnn.manage_device(device_id=0) as device:
x = -torch.ones((1, 2, 3, 4), dtype=torch.float32)
x_tt = …