[PR #11218] added bitnet support #13482

Closed
opened 2026-04-13 00:28:28 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/11218

State: closed
Merged: No


Added bitnet support for Ollama, By running ollama bitnet serve or ollama bitnet start (To start the server) and ollama bitnet -m "path/to/bitnet.gguf" to run the BitNet. Not tested because i don't have a glibc linux yet. Also, It needs a folder after the ollama executable. What i mean is in the OLLAMA executable directory, There's should be a folder called bitnet. The folder (zipped) is attached.
bitnet.zip
This Resolves the following issues:
Resolves #10334
Resolves #2821
Resolves #10313
Although, Users are needed to download the GGUF files themself. The bitnet runner is using PYTHON, while i changed it so it can use Go only, I recommend to install Python to the user machine.

**Original Pull Request:** https://github.com/ollama/ollama/pull/11218 **State:** closed **Merged:** No --- Added bitnet support for Ollama, By running ollama bitnet serve or ollama bitnet start (To start the server) and ollama bitnet -m "path/to/bitnet.gguf" to run the BitNet. Not tested because i don't have a glibc linux yet. Also, It needs a folder after the ollama executable. What i mean is in the OLLAMA executable directory, There's should be a folder called bitnet. The folder (zipped) is attached. [bitnet.zip](https://github.com/user-attachments/files/20938541/bitnet.zip) This Resolves the following issues: Resolves #10334 Resolves #2821 Resolves #10313 Although, Users are needed to download the GGUF files themself. The bitnet runner is using PYTHON, while i changed it so it can use Go only, I recommend to install Python to the user machine.
GiteaMirror added the pull-request label 2026-04-13 00:28:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13482