Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
Apertus_8B-16bit_gguf – AI Model by YannickLetrefle | AlphaNeural AI
You can deploy this model and start earning money today!
YannickLetrefle
/
Apertus_8B-16bit_gguf
like
0
gguf
apache-2.0
endpoints_compatible
us
conversational
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
This is a gguf version of Apertus-8B
To use it, please :
clone the llama.cpp repository:
https://github.com/ggml-org/llama.cpp
add Apertus-8B-Instruct.jinja inside the folder llama.cpp\models\templates
go to llama.cpp\build\bin
run the following command: llama-cli -m <path_to_model> --chat-template-file ../../models/templates/Apertus-8B-Instruct.jinja -i --color -n 512 -c 4096 --jinja
I used WSL to have it running.