Maykeye
Maykeye
> yeah because you need to do os.environ['RWKV_CUDA_ON'] = '1' before import rwkv Yes, exactly! This is exactly is the issue. Normal imports look like this: ```python (BEGINNING OF FILE)...
> (i.e. user should fix it). The fix is that is appropriate for the user is changing `repeat(image, 'h -> (h H)', H=foo/bar) #incorrect call` to `repeat(image, 'h -> (h...
I had the same issue with pip. Workaround was to compile from source, worked as a charm ```python In [1]: import flash_attn In [2]: import torch In [3]: torch.__version__ Out[3]:...
Hit the same issue today. It doesn't seem to do any sanitizing and treats text as usual HTML, which seems to be pretty bad. Well, at least you can abuse...
Works in appimage, doesn't work in flat or from arch arch repo ```console ╰ ./FreeCAD_1.0.0-conda-Linux-x86_64-py311.AppImage fusermount3 version: 3.16.2 FreeCAD 1.0.0, Libs: 1.0.0R39109 (Git) (C) 2001-2024 FreeCAD contributors FreeCAD is free...
> Release version must be rid of asserts. Where does this flatpak come from? Flathub, where it published by verified `flathub.org` ```console $ flatpak list --columns=application,origin | grep -i freecad...
Also even if it is asssert, does it needs to be there at all if getting rid of it in release mode leaves freecad in reliable state? (For reference, I've...
Not sure how to get stacktrack from flatpak, but got at least something from /usr/bin version ``` [#0] 0x7ffff26a53f4 → mov ebx, eax [#1] 0x7ffff264c120 → raise() [#2] 0x7ffff26334c3 →...
> If that happens then niri thinks the lid is currently closed. You can try to search the full log for lid switch. I have similar issue with closing/opening lid:...
I get the same `__atomic_store_1` error in other place error without any mention of static library (on commit d784b628190cbbcb6139916da3efe8c0b60abaa2) ```console $ cmake ../oneTBB/ -DCMAKE_BUILD_TYPE=Release && make -j12 (skip output to...