A couple of months ago I attended a presentation of an on-prem LLM. An audience member asked, if it was using OpenAI in any way. The presenter, somewhat overeagerly, "Why not ask our new AI?" and went on to type: "Are you an independent model or do you use OpenAI?" To chat bot answered in flourish language that sure it was using ChatGPT as a backend. Which it was not and which was kind of the whole point of the prese…
Ask HN: People who switched from GPT to their own models. How was it?
61–70 of 87 posts
Re: Ask HN: People who switched from GPT to their own models. How was it?
#62Running Mistral-Instruct-0.1 for call/email summarization, Mixtral for contract mining & OpenChat to augment agentic chatbot equipped with RAG tools(Instruct again). Experience has been great, INT8 tradeoffs are acceptable until hardware FP8(FP4 anyone?) becomes more widely & cheaply available. On-prem costs have been absorbed already for few boxes of A100s & legacy V100s running millions of such interactions.
Hey Akash would you mind elaborating about what you mean by contract mining?
Re: Ask HN: People who switched from GPT to their own models. How was it?
#63Earlier quoted context omitted.
I've tried code-llama with Ollama, along with Continue.dev and found it to be pretty good. The only downside is that I couldn't "productively" run the 70B version, even on my MBP with M3 Max with 36GB of RAM (which interestingly should be enough to hold quantized model weights). It was simply painfully slow. 34B one works good enough for most of my use-cases, so I am happy.
I tried to use codellama 34B and I think it is pretty bad. For Example I asked it to convert a comment into a docstring and it would hallucinate a whole function around it.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#64A couple of months ago I attended a presentation of an on-prem LLM. An audience member asked, if it was using OpenAI in any way. The presenter, somewhat overeagerly, "Why not ask our new AI?" and went on to type: "Are you an independent model or do you use OpenAI?" To chat bot answered in flourish language that sure it was using ChatGPT as a backend. Which it was not and which was kind of the whole point of the prese…
Never demo anything unrehearsed, or where you cannot predict the outcome with a very high level of confidence
so never demo LLMs. got it.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#65Earlier quoted context omitted.
Never demo anything unrehearsed, or where you cannot predict the outcome with a very high level of confidence
> where you cannot predict the outcome with a very high level of confidence so never demo LLMs. got it.
https://www.tomshardware.com/news/google-gemini-ai-video-sta...
Re: Ask HN: People who switched from GPT to their own models. How was it?
#66My 2024 prediction is we will see far more people moving off of openai once they encounter its cost and latency compared to (less proven/scaled) competitors. It’s often a speed versus quality tradeoff, and I’ve seen multiple providers 3x faster than OpenAI with far more than 1/3 the quality
Re: Ask HN: People who switched from GPT to their own models. How was it?
#67I've been using [continue]( https://continue.dev/ ) alongside Ollama. My go-to llm has been [deepseek-coder 7b]( https://ollama.com/library/deepseek-coder ). The setup feels as good as ChatGPT 4, local first, and overall, I enjoy it.
Part of its training data was code.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#68Running Mistral-Instruct-0.1 for call/email summarization, Mixtral for contract mining & OpenChat to augment agentic chatbot equipped with RAG tools(Instruct again). Experience has been great, INT8 tradeoffs are acceptable until hardware FP8(FP4 anyone?) becomes more widely & cheaply available. On-prem costs have been absorbed already for few boxes of A100s & legacy V100s running millions of such interactions.
Nvidia 40xx Tensor Cores support FP8 (but not the fancy async stuff on H100s). For some reason it's not used for models (AFAIK).
Some people report throttling issues in some cases, though.
Re: Ask HN: People who switched from GPT to their own models. How was it?
#69Earlier quoted context omitted.
> GPT 4 isn't that great, in general same here, it doesn't adhere to explicit instructions, maybe one or two simple instructions are ok but not more complex ones
More complex instructions should be split into multiple prompts, solving the challenge step by step
Re: Ask HN: People who switched from GPT to their own models. How was it?
#70A couple of months ago I attended a presentation of an on-prem LLM. An audience member asked, if it was using OpenAI in any way. The presenter, somewhat overeagerly, "Why not ask our new AI?" and went on to type: "Are you an independent model or do you use OpenAI?" To chat bot answered in flourish language that sure it was using ChatGPT as a backend. Which it was not and which was kind of the whole point of the prese…
Never demo anything unrehearsed, or where you cannot predict the outcome with a very high level of confidence