Views
No views yet
RubielLabarta/LogoS-7Bx2-MoE-13B-v0.2 using llama.cpp via the ggml.ai's GGUF-my-repo space.
Refer to the original model card for more details on the model.brew install ggerganov/ggerganov/llama.cppllama-cli --hf-repo rinaldow/LogoS-7Bx2-MoE-13B-v0.2-Q5_K_S-GGUF --model logos-7bx2-moe-13b-v0.2.Q5_K_S.gguf -p "The meaning to life and the universe is"llama-server --hf-repo rinaldow/LogoS-7Bx2-MoE-13B-v0.2-Q5_K_S-GGUF --model logos-7bx2-moe-13b-v0.2.Q5_K_S.gguf -c 2048git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m logos-7bx2-moe-13b-v0.2.Q5_K_S.gguf -n 128