We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
I've created a lightweight and fast LLM called Zeta-1, and it's already available in GGUF format.
It runs extremely well on low-resource environments, including mobile, and I'd love to see it supported in your iOS app.
As long as you include </ASSISTANT> as a stop sequence, it should behave quite reliably during conversations. (It also runs fast in FP16.)
</ASSISTANT>
Feel free to check it out here: Original: DiamondGotCat/Zeta-1 GGUF: mradermacher/Zeta-1-GGUF
Thanks a lot for your amazing work!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I've created a lightweight and fast LLM called Zeta-1, and it's already available in GGUF format.
It runs extremely well on low-resource environments, including mobile, and I'd love to see it supported in your iOS app.
As long as you include
</ASSISTANT>
as a stop sequence, it should behave quite reliably during conversations.(It also runs fast in FP16.)
Feel free to check it out here:
Original: DiamondGotCat/Zeta-1
GGUF: mradermacher/Zeta-1-GGUF
Thanks a lot for your amazing work!
The text was updated successfully, but these errors were encountered: