ISNing

Results 18 comments of ISNing

(sorry for my misoperation deleting the branch

> I am trying to push a review commit, but I get a permission denied when I try to push. > > I get the following: > > ```shell >...

遇到了相同的问题: ``` ggml_new_tensor_impl: not enough space in the scratch memory pool (needed 1357824000, available 1342177280) ``` 而且对于我这里,并不是`2048`这个确切的数,而是还要大一些 我的模型是chatglm3-6b-32k q5_1 量化 话说这里的```1342177280```指的是什么?CUDA的显存还是内存?

> i try to load resource by using `LaunchedEffect`, it works but the experience is a bit poor. > > ```kotlin > @OptIn(ExperimentalResourceApi::class) > suspend fun loadCjkFont(): FontFamily { >...

> > i try to load resource by using LaunchedEffect, it works but the experience is a bit poor. > > > > ```kotlin > > @OptIn(ExperimentalResourceApi::class) > > suspend...

Meet this same here, my platform is Windows 11 with OpenGL `4.3.0 NVIDIA 566.36`, python `3.13.0`, manim3 `0.1.0`

> Meet this same here, my platform is Windows 11 with OpenGL `4.3.0 NVIDIA 566.36`, python `3.13.0`, manim3 `0.1.0` And it behave the same way in wsl2 with wslg

I'm not familiar with sound stack and know almost nothing about how or which drivers control codecs and pcm streams, so I may misunderstand something. If I do misunderstand some...