Views
No views yet
1brew install llama.cpp
2build/bin/llama-cli --hf-repo Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf --hf-file Pantheon-Proto-RP-1.8-30B-A3B-IQ4_XS.gguf -p "The meaning to life and the universe is"build/bin/llama-server --hf-repo Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf --hf-file Pantheon-Proto-RP-1.8-30B-A3B-IQ4_XS.gguf -c 2048git clone https://github.com/ggml-org/llama.cpp-DLLAMA_CURL=ON flag along with other hardware-specific flags (for ex: -DGGML_CUDA=ON for Nvidia GPUs on Linux).cd llama.cpp && cmake -B build -DLLAMA_CURL=ON && cmake --build build --config Release -jbuild/bin/llama-cli --hf-repo Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf --hf-file Pantheon-Proto-RP-1.8-30B-A3B-IQ4_XS.gguf -p "The meaning to life and the universe is"build/bin/llama-server --hf-repo Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf --hf-file Pantheon-Proto-RP-1.8-30B-A3B-IQ4_XS.gguf -c 2048