Views
No views yet
purrgpt-community/Tiny-Purr-350M-merged, created using llama.cpp via the ggml.ai's GGUF-my-repo space.brew install llama.cppllama-cli --hf-repo purrgpt-community/Tiny-Purr-350M-GGUF --hf-file tiny-purr-350m-q4_k_m.gguf -p "The meaning to life and the universe is"llama-server --hf-repo purrgpt-community/Tiny-Purr-350M-GGUF --hf-file tiny-purr-350m-q4_k_m.gguf -c 2048git clone https://github.com/ggerganov/llama.cppLLAMA_CURL=1 flag. Add hardware-specific flags if needed (e.g., LLAMA_CUDA=1 for Nvidia GPUs on Linux):1cd llama.cpp
2LLAMA_CURL=1 make./llama-cli --hf-repo purrgpt-community/Tiny-Purr-350M-GGUF --hf-file tiny-purr-350m-q4_k_m.gguf -p "The meaning to life and the universe is"./llama-server --hf-repo purrgpt-community/Tiny-Purr-350M-GGUF --hf-file tiny-purr-350m-q4_k_m.gguf -c 2048