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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

MarsupialAI
/
KitchenSink_103b_iMatrix_GGUF

GGUF
English
rp
erp
chat
storywriting
Model card Files Files and versions
xet
Community

Instructions to use MarsupialAI/KitchenSink_103b_iMatrix_GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use MarsupialAI/KitchenSink_103b_iMatrix_GGUF with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="MarsupialAI/KitchenSink_103b_iMatrix_GGUF",
    	filename="KitchenSink_103b_iQ2xxs.gguf",
    )
    
    output = llm(
    	"Once upon a time,",
    	max_tokens=512,
    	echo=True
    )
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use MarsupialAI/KitchenSink_103b_iMatrix_GGUF with llama.cpp:

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

    How to use MarsupialAI/KitchenSink_103b_iMatrix_GGUF with Ollama:

    ollama run hf.co/MarsupialAI/KitchenSink_103b_iMatrix_GGUF
  • Unsloth Studio new

    How to use MarsupialAI/KitchenSink_103b_iMatrix_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 MarsupialAI/KitchenSink_103b_iMatrix_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 MarsupialAI/KitchenSink_103b_iMatrix_GGUF to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for MarsupialAI/KitchenSink_103b_iMatrix_GGUF to start chatting
  • Docker Model Runner

    How to use MarsupialAI/KitchenSink_103b_iMatrix_GGUF with Docker Model Runner:

    docker model run hf.co/MarsupialAI/KitchenSink_103b_iMatrix_GGUF
  • Lemonade

    How to use MarsupialAI/KitchenSink_103b_iMatrix_GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull MarsupialAI/KitchenSink_103b_iMatrix_GGUF
    Run and chat with the model
    lemonade run user.KitchenSink_103b_iMatrix_GGUF-{{QUANT_TAG}}
    List all available models
    lemonade list
KitchenSink_103b_iMatrix_GGUF
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
MarsupialAI's picture
MarsupialAI
Upload kitchensink_imatrix.dat
1bd046d verified about 2 years ago
  • .gitattributes
    1.85 kB
    Upload kitchensink_imatrix.dat about 2 years ago
  • KitchenSink_103b_iQ2xxs.gguf
    27.3 GB
    xet
    Upload KitchenSink_103b_iQ2xxs.gguf about 2 years ago
  • KitchenSink_103b_iQ3xxs.gguf
    39.6 GB
    xet
    Upload KitchenSink_103b_iQ3xxs.gguf about 2 years ago
  • KitchenSink_103b_iQ4xs.gguf.001
    42.9 GB
    xet
    Upload 2 files about 2 years ago
  • KitchenSink_103b_iQ4xs.gguf.002
    12.1 GB
    xet
    Upload 2 files about 2 years ago
  • README.md
    211 Bytes
    Update README.md about 2 years ago
  • groups_merged.txt
    201 kB
    Upload groups_merged.txt about 2 years ago
  • kitchensink_imatrix.dat
    37.4 MB
    xet
    Upload kitchensink_imatrix.dat about 2 years ago