Why do none of these apps allow you to set the system prompt? I find these LLM apps kind of useless without being able to refine the way in which the model will respond to later questions.
I made a free / mostly open source one for iOS that lets you edit the system prompt https://chatonmac.com
I made an app that runs Mistral 7B 0.2 LLM locally on iPhone Pros
41–50 of 208 posts
Re: I made an app that runs Mistral 7B 0.2 LLM locally on iPhone Pros
#42I have a 2020 16in MacBook Pro. I think it's the last generation of Intel chips. I've been struggling to get some of the LLM models like Mixtral to run on it. I hate the idea of needing to buy another $3k laptop less than 4 years after spending that much on my current machine. But if I want to get serious about developing non-chatgpt services, do I need a new M2 or M3 chip to get this stuff running locally?
Re: I made an app that runs Mistral 7B 0.2 LLM locally on iPhone Pros
#43Are these LLMs you can run locally giving answers deterministically just as with, say, StableDiffusion? In StableDiffusion if you reuse the exact same version of SD / model and same query and seed, you always get the same result (at least I think so).
Yes, you can set the temperature to 0, then they should be deterministic.
Re: I made an app that runs Mistral 7B 0.2 LLM locally on iPhone Pros
#44I have a 2020 16in MacBook Pro. I think it's the last generation of Intel chips. I've been struggling to get some of the LLM models like Mixtral to run on it. I hate the idea of needing to buy another $3k laptop less than 4 years after spending that much on my current machine. But if I want to get serious about developing non-chatgpt services, do I need a new M2 or M3 chip to get this stuff running locally?
It’s a no contest option 2 for me.
Just use llama.cpp with any of the available UIs. It will be usable with 4 but quantization on CPU. You can use any of the “Q4_M” “GGUF” models that TheBloke puts out on Huggingface.
https://github.com/ggerganov/llama.cpp
UI projects in description.
https://huggingface.co/TheBloke
A closed source option is LMStudio.
Re: I made an app that runs Mistral 7B 0.2 LLM locally on iPhone Pros
#45Is it weird if I carry a phone with this and a solar charger around at all times, in case I suddenly get hurled back in time?
Re: I made an app that runs Mistral 7B 0.2 LLM locally on iPhone Pros
#46I have a 2020 16in MacBook Pro. I think it's the last generation of Intel chips. I've been struggling to get some of the LLM models like Mixtral to run on it. I hate the idea of needing to buy another $3k laptop less than 4 years after spending that much on my current machine. But if I want to get serious about developing non-chatgpt services, do I need a new M2 or M3 chip to get this stuff running locally?
Does your mac support an external GPU? A mid to high end nvidia card may or may not outperform the M3 GPU at a lower or similar price. You can also stick it in a PC or resell it separately.
Re: I made an app that runs Mistral 7B 0.2 LLM locally on iPhone Pros
#47Is it weird if I carry a phone with this and a solar charger around at all times, in case I suddenly get hurled back in time?
Re: I made an app that runs Mistral 7B 0.2 LLM locally on iPhone Pros
#48Does it save all conversations and let me revisit them later? I use MLC Chat to run Mistral 7B on my iPhone at the moment, but the lack of conversation history is a real nuisance: https://apps.apple.com/us/app/mlc-chat/id6448482937
I understand the motivation includes factors other than performance, I’m just curious about performance as it applies to UX.
Re: I made an app that runs Mistral 7B 0.2 LLM locally on iPhone Pros
#49Is it weird if I carry a phone with this and a solar charger around at all times, in case I suddenly get hurled back in time?
Re: I made an app that runs Mistral 7B 0.2 LLM locally on iPhone Pros
#50Are these LLMs you can run locally giving answers deterministically just as with, say, StableDiffusion? In StableDiffusion if you reuse the exact same version of SD / model and same query and seed, you always get the same result (at least I think so).