Views
No views yet
brew install llama.cppllama-cli --hf-repo SimpleBerry/LLaMA-O1-Supervised-1129-Q2_K-GGUF --hf-file LLaMA-O1-Supervised-1129-q2_k.gguf -p "The meaning to life and the universe is"llama-server --hf-repo SimpleBerry/LLaMA-O1-Supervised-1129-Q2_K-GGUF --hf-file LLaMA-O1-Supervised-1129-q2_k.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 SimpleBerry/LLaMA-O1-Supervised-1129-Q2_K-GGUF --hf-file LLaMA-O1-Supervised-1129-q2_k.gguf -p "The meaning to life and the universe is"./llama-server --hf-repo SimpleBerry/LLaMA-O1-Supervised-1129-Q2_K-GGUF --hf-file LLaMA-O1-Supervised-1129-q2_k.gguf -c 2048