COMMERCIAL USE
Collection
7 items • Updated • 1
How to use koesn/CarbonBeagle-11B-truthy-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="koesn/CarbonBeagle-11B-truthy-GGUF", filename="carbonbeagle-11b-truthy.IQ3_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
How to use koesn/CarbonBeagle-11B-truthy-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M
docker model run hf.co/koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M
How to use koesn/CarbonBeagle-11B-truthy-GGUF with Ollama:
ollama run hf.co/koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M
How to use koesn/CarbonBeagle-11B-truthy-GGUF with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for koesn/CarbonBeagle-11B-truthy-GGUF to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for koesn/CarbonBeagle-11B-truthy-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for koesn/CarbonBeagle-11B-truthy-GGUF to start chatting
How to use koesn/CarbonBeagle-11B-truthy-GGUF with Docker Model Runner:
docker model run hf.co/koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M
How to use koesn/CarbonBeagle-11B-truthy-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull koesn/CarbonBeagle-11B-truthy-GGUF:Q4_K_M
lemonade run user.CarbonBeagle-11B-truthy-GGUF-Q4_K_M
lemonade list
This repo contains GGUF format model files for CarbonBeagle-11B-truthy-GGUF.
| Name | Quant | Bits | File Size | Remark |
|---|---|---|---|---|
| carbonbeagle-11b-truthy.IQ3_XXS.gguf | IQ3_XXS | 3 | 4.44 GB | 3.06 bpw quantization |
| carbonbeagle-11b-truthy.IQ3_S.gguf | IQ3_S | 3 | 4.69 GB | 3.44 bpw quantization |
| carbonbeagle-11b-truthy.IQ3_M.gguf | IQ3_M | 3 | 4.85 GB | 3.66 bpw quantization mix |
| carbonbeagle-11b-truthy.Q4_0.gguf | Q4_0 | 4 | 6.07 GB | 3.56G, +0.2166 ppl |
| carbonbeagle-11b-truthy.IQ4_NL.gguf | IQ4_NL | 4 | 6.14 GB | 4.25 bpw non-linear quantization |
| carbonbeagle-11b-truthy.Q4_K_M.gguf | Q4_K_M | 4 | 6.46 GB | 3.80G, +0.0532 ppl |
| carbonbeagle-11b-truthy.Q5_K_M.gguf | Q5_K_M | 5 | 7.60 GB | 4.45G, +0.0122 ppl |
| carbonbeagle-11b-truthy.Q6_K.gguf | Q6_K | 6 | 8.81 GB | 5.15G, +0.0008 ppl |
| carbonbeagle-11b-truthy.Q8_0.gguf | Q8_0 | 8 | 11.40 GB | 6.70G, +0.0004 ppl |
| path | type | architecture | rope_theta | sliding_win | max_pos_embed |
|---|---|---|---|---|---|
| vicgalle/CarbonBeagle-11B-truthy | mistral | MistralForCausalLM | 10000.0 | 4096 | 32768 |
No info.
3-bit
4-bit
5-bit
6-bit
8-bit