- Notifications
You must be signed in to change notification settings - Fork1.9k
Welcome to bitnet.cpp Discussions!#16
-
👋 Welcome!We’re using Discussions as a place to connect with other members of our community. We hope that you:
To get started, comment below with an introduction of yourself and tell us about what you do with this community. |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 22🚀 6
Replies: 7 comments 3 replies
-
what does 1-bit means |
BetaWas this translation helpful?Give feedback.
All reactions
-
In this context, "1-bit" refers to the precision or the number of bits used to represent each parameter or value within the model. Traditionally, AI models use higher precision (such as 16 or 32 bits per value), but in this case, BitNet uses a 1-bit representation, which is much more compact. This allows the model to be significantly more efficient in terms of memory usage and speed, while maintaining the precision of the inference process as "lossless." |
BetaWas this translation helpful?Give feedback.
All reactions
👍 4
-
how can i use it and what is the minimum specs |
BetaWas this translation helpful?Give feedback.
All reactions
-
bonsoir |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 2
-
Hey, I'm a full-stack dev, highly interested in the potential of 1-bit LLM's to deliver major electricity savings and performance optimizations, I've thrown together aBitNet Electron app to run the inference executable without using a developer terminal, hoping to gain more dev experience where I can! Thanks for creating this technology, keep up the good work! |
BetaWas this translation helpful?Give feedback.
All reactions
🚀 1
-
Good job! |
BetaWas this translation helpful?Give feedback.
All reactions
-
it is interesting to get connect with great developer |
BetaWas this translation helpful?Give feedback.
All reactions
-
|
BetaWas this translation helpful?Give feedback.
All reactions
-
I ask a first question. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hello, I'm currently working with the BitNet repository and have successfully downloaded the config.json and model.safetensors weight files. |
BetaWas this translation helpful?Give feedback.