James Olds

Results 7 comments of James Olds

I would _love_ to have `#tag` support. It would be amazing to sync my notes to mobile and have tags supported, but all apps I've tried don't support reading tags...

Aaaaand after loading chrome and doing some other stuff its now back to being extremely slow. Also running this exact setup on an M1 Max with 64GB ram and not...

I was able to make a curl request based off of observing the api calls in the browser with dev tools. Get the token from the cookie in the request...

This should be possible using llama.cpp now that #2314 landed. I'm able to run vicuna locally with llama.cpp directly, but its hanging when using it with LangChain.

I was able to get it to work following [this guide](https://medium.com/@Sushil_Kumar/readwritemany-persistent-volumes-in-google-kubernetes-engine-a0b93e203180) to set up an NFS server and changing the PVCs to `ReadWriteMany` ``` accessModes: - ReadWriteMany ```