Live data from Hacker News

Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete

huggingface.co

51–60 of 160 posts

Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete

#51
post #44

Earlier quoted context omitted.

No, I mean Visual Studio (the IDE), not Visual Studio Code (the editor).

Of course they are different products, but is there really a meaningful distinction between VS Code and an IDE? For all i care VS Code is a complete IDE.

You need to add (official) extensions for that though. Which makes VSCode more flexible

Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete

#52

I remember using Qwen 2.5 Coder for autocomplete with Continue.dev, that experience was a mess both in JetBrains IDEs, as well as Visual Studio Code. People posting stuff like this is really cool because otherwise it kinda feels like nobody gives a crap, for example even with Cline/RooCode/KiloCode there’s no good way for me to hook up an autocomplete model that either runs in Ollama or maybe a remote Cerebras Code m…

llama.cpp has an extension for VS Code, but configuration UX is utter crap

Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete

#53
post #28
post #2

[flagged]

You’re subtly pushing the same product in basically every one of your comments. If these are good faith comments please edit out the product name, it’s unnecessary and doing so as a green account just makes people consider you a spammer. Establish yourself first.

They've submitted "I'm working at io.net" quite openly, but I admit, they should at least announce their employment in the bio, otherwise it's a very poorly executed astroturf post (phrased like they're an experimenting user and not a dev).

Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete

#55
Hi, I tried the model and I am super impressed by the performance/quality. Thanks for making this open source!

I am the author of this Neovim plugin for edit completions. I was able to integrate it with the Sweep Edit model.

For anyone who is interested: https://github.com/leonardcser/cursortab.nvim

Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete

#56
post #25

Very cool! I understand that the 1.5B is small enough to run locally... but does it actually in the Sweep AI Jetbrains plugin? That is, if I install the plugin, will I download the model automatically and the plugin doesn't phone home?

no, as far as I can see there is no way to configure the Jetbrains plugin to use a local endpoint.

Yes, I get the same vibe, as one has to sign in to their site to use the plugin. Kind of grimy for them to seemingly imply that it is locally run when it isn't.

Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete

#57

Really cool. But how to use it instead of Copilot in VSCode ?

Would love to know myself, I recall there was some plugin for VSCode that did next edits that accepted a custom model but I don't recall what it was now.

Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete

#58
I'm playing around with this in LMStudio (in huggingface -> use this model dropdown -> LMStudio)

It's really impressive so far, so quick to respond on a mac mini M2. And it appears to be accurate at least for the obvious questions.

I couldn't get it to work as an autocomplete of Zed unfortunately. It looks like it's hardwired to work with some providers and LMStudio is not included in the prediction engines list. Has anyone got a work around?

Post reply on HN