Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bobofrut
/
Llama3-ChatQA-2-8B-GGUF

GGUF
conversational
Model card Files Files and versions
xet
Community

Instructions to use bobofrut/Llama3-ChatQA-2-8B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use bobofrut/Llama3-ChatQA-2-8B-GGUF with llama.cpp:

    Install (macOS, Linux)
    curl -LsSf https://llama.app/install.sh | sh
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    llama cli -hf bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    llama cli -hf bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
    Use pre-built binary
    # 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 bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    ./llama-cli -hf bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
    Build from source code
    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 bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
    Use Docker
    docker model run hf.co/bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
  • LM Studio
  • Jan
  • Ollama

    How to use bobofrut/Llama3-ChatQA-2-8B-GGUF with Ollama:

    ollama run hf.co/bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
  • Unsloth Desktop
  • Docker Model Runner

    How to use bobofrut/Llama3-ChatQA-2-8B-GGUF with Docker Model Runner:

    docker model run hf.co/bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
  • Lemonade

    How to use bobofrut/Llama3-ChatQA-2-8B-GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull bobofrut/Llama3-ChatQA-2-8B-GGUF:Q4_K_M
    Run and chat with the model
    lemonade run user.Llama3-ChatQA-2-8B-GGUF-Q4_K_M
    List all available models
    lemonade list
  • Atomic Chat
Llama3-ChatQA-2-8B-GGUF
121 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
bobofrut's picture
bobofrut
Update README.md
3dd40db verified almost 2 years ago
  • .gitattributes
    2.57 kB
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-fp16.gguf
    16.1 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-fp32.gguf
    32.1 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q2_k.gguf
    3.18 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q3_k_l.gguf
    4.32 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q3_k_m.gguf
    4.02 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q3_k_s.gguf
    3.66 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q4_0.gguf
    4.66 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q4_1.gguf
    5.13 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q4_k_m.gguf
    4.92 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q4_k_s.gguf
    4.69 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q5_0.gguf
    5.6 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q5_1.gguf
    6.07 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q5_k_m.gguf
    5.73 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q5_k_s.gguf
    5.6 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q6_k.gguf
    6.6 GB
    xet
    Upload 16 files almost 2 years ago
  • Llama3-ChatQA-2-8B-q8_0.gguf
    8.54 GB
    xet
    Upload 16 files almost 2 years ago
  • README.md
    47 Bytes
    Update README.md almost 2 years ago