How is this compared to the current GitHub Copilot?
If you just want to get stuff done, use the best tools like a Milwaukee Drill - and right now, thats copilot/gpt-4. If you don't want to be tied to a company and like opensource, feel free to connect a toy motor to an AA battery to drill your holes... Or to use Llama/Stable Code 3B.
Stable Code 3B: Coding on the Edge
41–50 of 148 posts
Re: Stable Code 3B: Coding on the Edge
#42How is this compared to the current GitHub Copilot?
If you just want to get stuff done, use the best tools like a Milwaukee Drill - and right now, thats copilot/gpt-4. If you don't want to be tied to a company and like opensource, feel free to connect a toy motor to an AA battery to drill your holes... Or to use Llama/Stable Code 3B.
So,I guess they're like a Milwaukee Drill that will sometimes refuse to work unless you buy more drill credits.
Re: Stable Code 3B: Coding on the Edge
#43FYI: This model is already available on Ollama.
how do you check that ?
Re: Stable Code 3B: Coding on the Edge
#44Note that they don't compare with deepseek coder 6.7b, which is vastly superior to much bigger coding models. Surpassing codellama 7b is not that big of a deal today. The most impressive thing about these results is how good the 1.3B deepseek coder is.
Re: Stable Code 3B: Coding on the Edge
#45Earlier quoted context omitted.
If you just want to get stuff done, use the best tools like a Milwaukee Drill - and right now, thats copilot/gpt-4. If you don't want to be tied to a company and like opensource, feel free to connect a toy motor to an AA battery to drill your holes... Or to use Llama/Stable Code 3B.
Openai just invisibly dropped my API requests to a lower model with a 4k context limit. And my commit scripts started failing for being over the context limit. It's buried in the docs somewhere that low tier api users will be served on lower models during peek times. So,I guess they're like a Milwaukee Drill that will sometimes refuse to work unless you buy more drill credits.
Re: Stable Code 3B: Coding on the Edge
#46Re: Stable Code 3B: Coding on the Edge
#47Earlier quoted context omitted.
If you just want to get stuff done, use the best tools like a Milwaukee Drill - and right now, thats copilot/gpt-4. If you don't want to be tied to a company and like opensource, feel free to connect a toy motor to an AA battery to drill your holes... Or to use Llama/Stable Code 3B.
Openai just invisibly dropped my API requests to a lower model with a 4k context limit. And my commit scripts started failing for being over the context limit. It's buried in the docs somewhere that low tier api users will be served on lower models during peek times. So,I guess they're like a Milwaukee Drill that will sometimes refuse to work unless you buy more drill credits.
Re: Stable Code 3B: Coding on the Edge
#48That is fantastic. I'm building a small macOS SwiftUI client with llama cpp built in, no server-client model, and it's already so useful with models like openhermes chat 7B, and fast. If this opens it to smaller laptops, wow! We truly live in crazy time. The rate of improvement in this field is off the walls.
Not sure if this is where your head is, but I think there's a lot of value in integrating LLMs directly into complex software. Jira, Salesforce, maybe K8s - should all have an integrated LLMs that can walk you through how to perform a nuanced task in the software.
Re: Stable Code 3B: Coding on the Edge
#49Jargon naivete question: isn't "on the edge" normally implying on a server side with minimal routers hops to the client, not on client side?
Re: Stable Code 3B: Coding on the Edge
#50Note that they don't compare with deepseek coder 6.7b, which is vastly superior to much bigger coding models. Surpassing codellama 7b is not that big of a deal today. The most impressive thing about these results is how good the 1.3B deepseek coder is.
I tested out StableLM Zephyr 3B when that came out and it was extremely underwhelming/unusable.
Based on this, Stable Code 3B doesn’t look to be worth trying out. Guessing if they could put out a 7B model which beat Deepseek Coder 6.7B they would have.