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

Reiterate3680
/
Hollow-Tail-V1-12B-GGUF

Text Generation
GGUF
English
imatrix
Model card Files Files and versions
xet
Community

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

    How to use Reiterate3680/Hollow-Tail-V1-12B-GGUF with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "Reiterate3680/Hollow-Tail-V1-12B-GGUF"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "Reiterate3680/Hollow-Tail-V1-12B-GGUF",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker
    docker model run hf.co/Reiterate3680/Hollow-Tail-V1-12B-GGUF:Q6_K_L
  • Ollama

    How to use Reiterate3680/Hollow-Tail-V1-12B-GGUF with Ollama:

    ollama run hf.co/Reiterate3680/Hollow-Tail-V1-12B-GGUF:Q6_K_L
  • Unsloth Desktop
  • Docker Model Runner

    How to use Reiterate3680/Hollow-Tail-V1-12B-GGUF with Docker Model Runner:

    docker model run hf.co/Reiterate3680/Hollow-Tail-V1-12B-GGUF:Q6_K_L
  • Lemonade

    How to use Reiterate3680/Hollow-Tail-V1-12B-GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Reiterate3680/Hollow-Tail-V1-12B-GGUF:Q6_K_L
    Run and chat with the model
    lemonade run user.Hollow-Tail-V1-12B-GGUF-Q6_K_L
    List all available models
    lemonade list
  • Atomic Chat
Hollow-Tail-V1-12B-GGUF
18.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Reiterate3680's picture
Reiterate3680
Upload 3 files
48f1ef6 verified about 2 years ago
  • .gitattributes
    1.71 kB
    Upload 3 files about 2 years ago
  • Hollow-Tail-V1-12B-Q4_K_L-imat.gguf
    7.98 GB
    xet
    Upload 3 files about 2 years ago
  • Hollow-Tail-V1-12B-Q6_K_L-imat.gguf
    10.4 GB
    xet
    Upload 3 files about 2 years ago
  • README.md
    745 Bytes
    Create README.md about 2 years ago
  • imatrix.dat
    7.05 MB
    xet
    Upload 3 files about 2 years ago