Dang, I don't have a laptop, can I also run it on my desktop...? ;-)
An LLM playground you can run on your laptop
31–40 of 58 posts
Re: An LLM playground you can run on your laptop
#32Re: An LLM playground you can run on your laptop
#33Dang, I don't have a laptop, can I also run it on my desktop...? ;-)
Re: An LLM playground you can run on your laptop
#34Dang, I don't have a laptop, can I also run it on my desktop...? ;-)
Re: An LLM playground you can run on your laptop
#35Re: An LLM playground you can run on your laptop
#36Re: An LLM playground you can run on your laptop
#37Re: An LLM playground you can run on your laptop
#38This is very neat, thanks for sharing. I was wondering about a related thing — is there a way to query a llama.cpp (or other such local model) via an API from Python? In other words, I see a lot of cool applications being built with langchain + ClosedAPI, so I’m wondering if an API call to a local model could be a drop-in replacement for the ClosedAPI call?
Re: An LLM playground you can run on your laptop
#39This is very neat, thanks for sharing. I was wondering about a related thing — is there a way to query a llama.cpp (or other such local model) via an API from Python? In other words, I see a lot of cool applications being built with langchain + ClosedAPI, so I’m wondering if an API call to a local model could be a drop-in replacement for the ClosedAPI call?
However, the GPU version is only available commercially. I'd like to see someone compare the speed of the CPU version against PyTorch or llama.cpp. (Edit: llama.cpp's author wrote "I expect LibNC [used by ts_server] will be better in every aspect: performance, accuracy, determinism. But hopefully with time we will close the gap." [1])
EDIT: But if you wish, here's a Python interface to llama.cpp: https://github.com/PotatoSpudowski/fastLLaMa