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

Duplicated from  schonsense/Cream_top2_gguf

tachyphylaxis
/
Cream_top2_gguf

GGUF
imatrix
Model card Files Files and versions
xet
Community

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

  • Libraries
  • llama-cpp-python

    How to use tachyphylaxis/Cream_top2_gguf with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="tachyphylaxis/Cream_top2_gguf",
    	filename="Cream_top2_Q5_k_m.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 tachyphylaxis/Cream_top2_gguf with llama.cpp:

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

    How to use tachyphylaxis/Cream_top2_gguf with Ollama:

    ollama run hf.co/tachyphylaxis/Cream_top2_gguf:Q4_K_S
  • Unsloth Studio new

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

    How to use tachyphylaxis/Cream_top2_gguf with Docker Model Runner:

    docker model run hf.co/tachyphylaxis/Cream_top2_gguf:Q4_K_S
  • Lemonade

    How to use tachyphylaxis/Cream_top2_gguf with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull tachyphylaxis/Cream_top2_gguf:Q4_K_S
    Run and chat with the model
    lemonade run user.Cream_top2_gguf-Q4_K_S
    List all available models
    lemonade list
Cream_top2_gguf
238 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
tachyphylaxis's picture
tachyphylaxis
schonsense's picture
schonsense
Duplicate from schonsense/Cream_top2_gguf
b77c506 verified 10 months ago
  • .gitattributes
    2.19 kB
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • 1image.png
    403 kB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • 2image.png
    330 kB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • 3image.png
    343 kB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • 4image.png
    397 kB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • 68f113f0-2439-49d9-8315-c864865c6785.png
    3 MB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • Cream_top2_Q5_k_m.gguf
    49.9 GB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • Cream_top2_imx_iq4_nl.gguf
    40.1 GB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • Cream_top2_imx_q4_k_s.gguf
    40.3 GB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • Cream_top2_imx_q5_k_m.gguf
    49.9 GB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • Cream_top2_imx_q6_k__-00001-of-00002.gguf
    29.9 GB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • Cream_top2_imx_q6_k__-00002-of-00002.gguf
    28 GB
    xet
    Duplicate from schonsense/Cream_top2_gguf 10 months ago
  • README.md
    2.48 kB
    Duplicate from schonsense/Cream_top2_gguf 10 months ago