Blake Senftner

Results 10 comments of Blake Senftner

> **Q4. Are you creating ImFontAtlas instance yourself?** > e.g. to share a font atlas between 2 imgui context, or another reason, please provide details! Yes, in a video/security app...

Not sure what changed, but after trying modifying the permissions on the directories it still did not work. As a last resort, I deleted the entire git repository directory tree...

What are the hardware requirements for people that want to run local? I did not see that listed anywhere.

Thank you and following your guidance. (I'm quite impressed!)

Perhaps useful, I tried asking ChatGPT about corking. This being only my 2nd try using ChatGPT, wow... unless this is completely wrong, as I have heard ChatGPT can be like...

I used this PDF, which was posted to HackerNews a few days ago: https://www.cs.tufts.edu/~nr/cs257/archive/mads-tofte/four-lectures.pdf I'll try other PDFs. This was my first attempt, and since it crashed, I chose to...

I updated the repo this morning, tried it again, and it ran to finish fine. Thank for your work, and a fine project I'll be digging into.

Thank you for the continued interest and support. I did a mini-update at Hacker News, mentioning that PageRank is working for me. You understand these graph architectures better than I,...

I manually downloaded the repo and tried the manual install steps given in the README. This error is emitted: ERROR: file:///home/bsenftner/meta/llama-stack-main/llama_stack does not appear to be a Python project: neither...

The README instructions are wrong, they say to run: $CONDA_PREFIX/bin/pip install -e . From the llama_stack directory, which is wrong, it should be run one directory above.