Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Fantominsight
/
YAPPERTAR-ai-32B-1.0

Text Generation
Adapters
GGUF
Russian
Chinese
English
conversational
Model card Files Files and versions
xet
Community

Instructions to use Fantominsight/YAPPERTAR-ai-32B-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Adapters

    How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with Adapters:

    from adapters import AutoAdapterModel
    
    model = AutoAdapterModel.from_pretrained("undefined")
    model.load_adapter("Fantominsight/YAPPERTAR-ai-32B-1.0", set_active=True)
  • llama-cpp-python

    How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="Fantominsight/YAPPERTAR-ai-32B-1.0",
    	filename="YAPPERTAR-ai-thinking-v1-32B_Q2_K.gguf",
    )
    
    llm.create_chat_completion(
    	messages = [
    		{
    			"role": "user",
    			"content": "What is the capital of France?"
    		}
    	]
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with llama.cpp:

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

    How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "Fantominsight/YAPPERTAR-ai-32B-1.0"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "Fantominsight/YAPPERTAR-ai-32B-1.0",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
    Use Docker
    docker model run hf.co/Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
  • Ollama

    How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with Ollama:

    ollama run hf.co/Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
  • Unsloth Studio new

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

    How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with Docker Model Runner:

    docker model run hf.co/Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
  • Lemonade

    How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
    Run and chat with the model
    lemonade run user.YAPPERTAR-ai-32B-1.0-Q2_K
    List all available models
    lemonade list
YAPPERTAR-ai-32B-1.0
12.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
yappertar4's picture
yappertar4
Update README.md
b5ed243 verified 10 days ago
  • .gitattributes
    1.59 kB
    Duplicate from yappertar4/YAPPERTAR-ai-32B-1.0 12 days ago
  • README.md
    612 Bytes
    Update README.md 10 days ago
  • YAPPERTAR-ai-thinking-v1-32B_Q2_K.gguf
    12.3 GB
    xet
    Duplicate from yappertar4/YAPPERTAR-ai-32B-1.0 12 days ago