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

haihui
/
TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF

GGUF
English
llama-cpp
gguf-my-repo
conversational
Model card Files Files and versions
xet
Community

Instructions to use haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-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 haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-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 haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF:Q4_K_S
    # Run inference directly in the terminal:
    llama cli -hf haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-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 haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF:Q4_K_S
    # Run inference directly in the terminal:
    llama cli -hf haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-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 haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF:Q4_K_S
    # Run inference directly in the terminal:
    ./llama-cli -hf haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-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 haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF:Q4_K_S
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF:Q4_K_S
    Use Docker
    docker model run hf.co/haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF:Q4_K_S
  • LM Studio
  • Jan
  • Ollama

    How to use haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF with Ollama:

    ollama run hf.co/haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF:Q4_K_S
  • Unsloth Desktop
  • Docker Model Runner

    How to use haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF with Docker Model Runner:

    docker model run hf.co/haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF:Q4_K_S
  • Lemonade

    How to use haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull haihui/TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF:Q4_K_S
    Run and chat with the model
    lemonade run user.TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF-Q4_K_S
    List all available models
    lemonade list
  • Atomic Chat
TinyLlama-1.1B-Chat-v1.0-Q4_K_S-GGUF
640 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
haihui's picture
haihui
Upload README.md with huggingface_hub
c1d652a verified over 2 years ago
  • .gitattributes
    1.59 kB
    Upload tinyllama-1.1b-chat-v1.0-q4_k_s.gguf with huggingface_hub over 2 years ago
  • README.md
    2.25 kB
    Upload README.md with huggingface_hub over 2 years ago
  • tinyllama-1.1b-chat-v1.0-q4_k_s.gguf
    640 MB
    xet
    Upload tinyllama-1.1b-chat-v1.0-q4_k_s.gguf with huggingface_hub over 2 years ago