x4080
x4080
I found strange thing using .minWH600.xml layout in nexus 7 : - If I start the app in portrait, it is using the .minWH600.xml (as it supposed to be I...
Hi, I'm running in kaggle: ``` !export PATH="/usr/local/cuda-11.8/bin:$PATH" !export LD_LIBRARY_PATH="/usr/local/cuda-11.8/lib64:$LD_LIBRARY_PATH" !export LIBRARY_PATH="/usr/local/cuda-11.8/lib64:$LD_LIBRARY_PATH" !export LDFLAGS=-L/usr/local/cuda-11.8/lib64/stub !cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo !cmake --build build --config RelWithDebInfo -j ``` but always returns error...
Hi, is it the open source version of ebsynth app ? (https://ebsynth.com/) If it is, what is the equivalent for video and keyframes in ebsynth ? Because when I tried...
Hi, I tried both models and the 512 one result is pretty bad, anyone got good result with it ? Or anybody successfully trained the 512 model and willing to...
``` Navigator.of(context).push(SheetRoute( initialExtent: 0.3, builder: (BuildContext) => Container(color: Colors.blue[100]), )); ``` if initialExtent is commented like below, it works as expected ``` Navigator.of(context).push(SheetRoute( //initialExtent: 0.3, builder: (BuildContext) => Container(color: Colors.blue[100]),...
from https://huggingface.co/blog/4bit-transformers-bitsandbytes ?
Hi, it seems out animation wont work when item removed from list with virtual list, any trick to have that feature ? Thanks
Hi, I wondered why its not using the latest tf js version ? The latest 3.18 but teachable machine image still using 1.3.1 version ? Thanks
Hi, I cannot seems to get it work in marshmallow (Don't have any other version of android) and in emulator is not working as well (7.0)
Hello, I'm using chatglm3-32k-ggml-q4_0.bin, openai_api, when trying to create question and answer that returns >450 tokens it will display error on my frontend javascript (stream mode) : ``` Uncaught SyntaxError:...