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

jeiku
/
General_Purpose_3B_GGUF

GGUF
mergekit
Merge
conversational
Model card Files Files and versions
xet
Community

Instructions to use jeiku/General_Purpose_3B_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 jeiku/General_Purpose_3B_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 jeiku/General_Purpose_3B_GGUF:Q4_K_S
    # Run inference directly in the terminal:
    llama cli -hf jeiku/General_Purpose_3B_GGUF:Q4_K_S
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf jeiku/General_Purpose_3B_GGUF:Q4_K_S
    # Run inference directly in the terminal:
    llama cli -hf jeiku/General_Purpose_3B_GGUF:Q4_K_S
    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 jeiku/General_Purpose_3B_GGUF:Q4_K_S
    # Run inference directly in the terminal:
    ./llama-cli -hf jeiku/General_Purpose_3B_GGUF:Q4_K_S
    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 jeiku/General_Purpose_3B_GGUF:Q4_K_S
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf jeiku/General_Purpose_3B_GGUF:Q4_K_S
    Use Docker
    docker model run hf.co/jeiku/General_Purpose_3B_GGUF:Q4_K_S
  • LM Studio
  • Jan
  • Ollama

    How to use jeiku/General_Purpose_3B_GGUF with Ollama:

    ollama run hf.co/jeiku/General_Purpose_3B_GGUF:Q4_K_S
  • Unsloth Studio

    How to use jeiku/General_Purpose_3B_GGUF with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    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 jeiku/General_Purpose_3B_GGUF to start chatting
    Install Unsloth Studio (Windows)
    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 jeiku/General_Purpose_3B_GGUF to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for jeiku/General_Purpose_3B_GGUF to start chatting
  • Docker Model Runner

    How to use jeiku/General_Purpose_3B_GGUF with Docker Model Runner:

    docker model run hf.co/jeiku/General_Purpose_3B_GGUF:Q4_K_S
  • Lemonade

    How to use jeiku/General_Purpose_3B_GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull jeiku/General_Purpose_3B_GGUF:Q4_K_S
    Run and chat with the model
    lemonade run user.General_Purpose_3B_GGUF-Q4_K_S
    List all available models
    lemonade list
  • Atomic Chat
General_Purpose_3B_GGUF
15.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jeiku's picture
jeiku
Upload 8 files
f443dd2 verified over 2 years ago
  • .gitattributes
    1.98 kB
    Upload 8 files over 2 years ago
  • General_Purpose_3B-Q2_K.gguf
    1.08 GB
    xet
    Upload 8 files over 2 years ago
  • General_Purpose_3B-Q3_K.gguf
    1.39 GB
    xet
    Upload 8 files over 2 years ago
  • General_Purpose_3B-Q4_K.gguf
    1.71 GB
    xet
    Upload 8 files over 2 years ago
  • General_Purpose_3B-Q4_K_S.gguf
    1.62 GB
    xet
    Upload 8 files over 2 years ago
  • General_Purpose_3B-Q5_K.gguf
    1.99 GB
    xet
    Upload 8 files over 2 years ago
  • General_Purpose_3B-Q6_K.gguf
    2.3 GB
    xet
    Upload 8 files over 2 years ago
  • General_Purpose_3B-f16.gguf
    5.59 GB
    xet
    Upload 8 files over 2 years ago
  • README.md
    1.11 kB
    Upload 8 files over 2 years ago