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

rajivmehtapy
/
gguf-collections

GGUF
llamafile
conversational
Model card Files Files and versions
xet
Community

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

    How to use rajivmehtapy/gguf-collections with Ollama:

    ollama run hf.co/rajivmehtapy/gguf-collections
  • Unsloth Desktop
  • Docker Model Runner

    How to use rajivmehtapy/gguf-collections with Docker Model Runner:

    docker model run hf.co/rajivmehtapy/gguf-collections
  • Lemonade

    How to use rajivmehtapy/gguf-collections with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull rajivmehtapy/gguf-collections
    Run and chat with the model
    lemonade run user.gguf-collections-{{QUANT_TAG}}
    List all available models
    lemonade list
  • Atomic Chat
gguf-collections
17 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
rajivmehtapy's picture
rajivmehtapy
Upload AutoCoder.llamafile with huggingface_hub
c07bf8c verified over 2 years ago
  • References
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.68 kB
    Upload AutoCoder.llamafile with huggingface_hub over 2 years ago
  • AutoCoder.llamafile
    7.2 GB
    xet
    Upload AutoCoder.llamafile with huggingface_hub over 2 years ago
  • AutoCoder_S_6.gguf
    7.16 GB
    xet
    Upload AutoCoder_S_6.gguf with huggingface_hub over 2 years ago
  • README.md
    31 Bytes
    initial commit over 2 years ago
  • gemma-2b-it.gguf
    2.67 GB
    xet
    Upload gemma-2b-it.gguf with huggingface_hub over 2 years ago