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

teragron
/
quantest

GGUF
conversational
Model card Files Files and versions
xet
Community

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

    How to use teragron/quantest with Ollama:

    ollama run hf.co/teragron/quantest:Q2_K
  • Unsloth Desktop
  • Docker Model Runner

    How to use teragron/quantest with Docker Model Runner:

    docker model run hf.co/teragron/quantest:Q2_K
  • Lemonade

    How to use teragron/quantest with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull teragron/quantest:Q2_K
    Run and chat with the model
    lemonade run user.quantest-Q2_K
    List all available models
    lemonade list
  • Atomic Chat
quantest
346 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
teragron's picture
teragron
Rename readme.MD to README.md
ff9b176 verified about 1 year ago
  • .gitattributes
    1.87 kB
    Upload mmproj-SmolVLM-256M-Instruct-TQ2.gguf about 1 year ago
  • README.md
    124 Bytes
    Rename readme.MD to README.md about 1 year ago
  • SmolVLM-256M-Instruct-Q2_K.gguf
    104 MB
    xet
    Upload SmolVLM-256M-Instruct-Q2_K.gguf about 1 year ago
  • SmolVLM-256M-Instruct-Q4.gguf
    108 MB
    xet
    Upload 2 files about 1 year ago
  • mmproj-SmolVLM-256M-Instruct-Q8_0.gguf
    104 MB
    xet
    Upload 2 files about 1 year ago
  • mmproj-SmolVLM-256M-Instruct-TQ2.gguf
    29.7 MB
    xet
    Upload mmproj-SmolVLM-256M-Instruct-TQ2.gguf about 1 year ago