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

hellork
/
SmolLM-1.7B-Instruct-Q5_K_M-GGUF

Transformers
GGUF
English
alignment-handbook
trl
sft
llama-cpp
gguf-my-repo
imatrix
conversational
Model card Files Files and versions
xet
Community

Instructions to use hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use hellork/SmolLM-1.7B-Instruct-Q5_K_M-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 hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_K_M
    # Run inference directly in the terminal:
    llama cli -hf hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_K_M
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_K_M
    # Run inference directly in the terminal:
    llama cli -hf hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_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 hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_K_M
    # Run inference directly in the terminal:
    ./llama-cli -hf hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_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 hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_K_M
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_K_M
    Use Docker
    docker model run hf.co/hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_K_M
  • LM Studio
  • Jan
  • Ollama

    How to use hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF with Ollama:

    ollama run hf.co/hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_K_M
  • Unsloth Desktop
  • Docker Model Runner

    How to use hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF with Docker Model Runner:

    docker model run hf.co/hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_K_M
  • Lemonade

    How to use hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull hellork/SmolLM-1.7B-Instruct-Q5_K_M-GGUF:Q5_K_M
    Run and chat with the model
    lemonade run user.SmolLM-1.7B-Instruct-Q5_K_M-GGUF-Q5_K_M
    List all available models
    lemonade list
  • Atomic Chat
SmolLM-1.7B-Instruct-Q5_K_M-GGUF
1.23 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
hellork's picture
hellork
Update README.md
f0c2bc0 verified almost 2 years ago
  • .gitattributes
    1.64 kB
    Upload imatrix.dat with huggingface_hub about 2 years ago
  • README.md
    2.9 kB
    Update README.md almost 2 years ago
  • imatrix.dat
    1.97 MB
    xet
    Upload imatrix.dat with huggingface_hub about 2 years ago
  • smollm-1.7b-instruct-q5_k_m-imat.gguf
    1.23 GB
    xet
    Upload smollm-1.7b-instruct-q5_k_m-imat.gguf with huggingface_hub about 2 years ago