Views
No views yet
1models:
2 - model: mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated
3 # no parameters necessary for base model
4 - model: netcat420/MFANN-Llama3.1-Abliterated-SLERP-V4
5 parameters:
6 density: 0.5
7 weight: 0.5
8 - model: netcat420/MFANN-llama3.1-abliterated-v2
9 parameters:
10 density: 0.5
11 weight: 0.3
12merge_method: ties
13base_model: mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated
14parameters:
15 normalize: true
16dtype: float16netcat420/MFANN-Llama3.1-Abliterated-SLERP-TIES-V2 using llama.cpp via the ggml.ai's GGUF-my-repo space.
Refer to the original model card for more details on the model.1brew install llama.cpp
2llama-cli --hf-repo netcat420/MFANN-Llama3.1-Abliterated-SLERP-TIES-V2-Q4_K_S-GGUF --hf-file mfann-llama3.1-abliterated-slerp-ties-v2-q4_k_s.gguf -p "The meaning to life and the universe is"llama-server --hf-repo netcat420/MFANN-Llama3.1-Abliterated-SLERP-TIES-V2-Q4_K_S-GGUF --hf-file mfann-llama3.1-abliterated-slerp-ties-v2-q4_k_s.gguf -c 2048git clone https://github.com/ggerganov/llama.cppLLAMA_CURL=1 flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).cd llama.cpp && LLAMA_CURL=1 make./llama-cli --hf-repo netcat420/MFANN-Llama3.1-Abliterated-SLERP-TIES-V2-Q4_K_S-GGUF --hf-file mfann-llama3.1-abliterated-slerp-ties-v2-q4_k_s.gguf -p "The meaning to life and the universe is"./llama-server --hf-repo netcat420/MFANN-Llama3.1-Abliterated-SLERP-TIES-V2-Q4_K_S-GGUF --hf-file mfann-llama3.1-abliterated-slerp-ties-v2-q4_k_s.gguf -c 2048