Debamitro Chakraborti
Debamitro Chakraborti
[Here](https://github.com/debamitro/StructNovel2021) is my code so far. And [here](https://github.com/debamitro/StructNovel2021/blob/main/novel.md) is a novel generated from the output of the following command on my MacBook Pro: ```sh cargo run -- `xcrun --show-sdk-path`/usr/include ```...
I am done! I guess I could try to add some more drama, but I don't have any more ideas tonight. The generated novel is at [the same link](https://github.com/debamitro/StructNovel2021/blob/main/novel.md) and...
Great! @MrSnichovitch - do you know what it takes to point to the latest ggml?
For reference, here is the stack trace I get: ``` * frame #0: 0x000000019b7de388 libsystem_kernel.dylib`__pthread_kill + 8 frame #1: 0x000000019b81788c libsystem_pthread.dylib`pthread_kill + 296 frame #2: 0x000000019b720a3c libsystem_c.dylib`abort + 124 frame...
I patched the change mentioned in #822 locally and tried to use the Vulkan backend, now I hit a different error ``` * thread #1, queue = 'com.apple.main-thread', stop reason...
There is a MacOS version of Vulkan, which I downloaded. I do have programming experience but not in this kind of code, so I can only post my observations. After...
Yes, the original problem has gone away after I sync'ed the code to the latest revision. However, when I ran it my Mac's display started blinking and I killed it...
My last comment was too quick. I added --offload-to-cpu and then the run proceeded until it hit the same original problem
I use Void 1.49 every day - haven't seen this yet Here is my version as copied from the About window: VSCode Version: 1.99.3 Void Version: 1.4.9 Commit: 1ee8980fe13978c58ff741d1d667a165fe43c550 Date:...
No I don't think this is the same as #625 . I tried using light mode and nothing goes wrong for me - I tried both arm64 and x64 MacOS.