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

Chang-chih
/
leviathan-chat-7b

GGUF
English
Chinese
llama
leviathan
chat
ollama
deepseek
conversational
Model card Files Files and versions
xet
Community

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

    How to use Chang-chih/leviathan-chat-7b with Ollama:

    ollama run hf.co/Chang-chih/leviathan-chat-7b
  • Unsloth Studio

    How to use Chang-chih/leviathan-chat-7b 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 Chang-chih/leviathan-chat-7b 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 Chang-chih/leviathan-chat-7b to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for Chang-chih/leviathan-chat-7b to start chatting
  • Atomic Chat new
  • Docker Model Runner

    How to use Chang-chih/leviathan-chat-7b with Docker Model Runner:

    docker model run hf.co/Chang-chih/leviathan-chat-7b
  • Lemonade

    How to use Chang-chih/leviathan-chat-7b with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Chang-chih/leviathan-chat-7b
    Run and chat with the model
    lemonade run user.leviathan-chat-7b-{{QUANT_TAG}}
    List all available models
    lemonade list
leviathan-chat-7b
4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
Chang-chih's picture
Chang-chih
Update config.json
902db7a verified 20 days ago
  • comfy_workflows
    移除舊版權重,節省儲存空間 about 1 month ago
  • tts
    移除舊版權重,節省儲存空間 about 1 month ago
  • .gitattributes
    43 Bytes
    Upload folder using huggingface_hub 27 days ago
  • LICENSE
    11.4 kB
    Add Apache-2.0 license 27 days ago
  • README.md
    1.42 kB
    Update README.md 27 days ago
  • config.json
    765 Bytes
    Update config.json 20 days ago
  • leviathan-chat-7b.gguf
    4 GB
    xet
    Upload folder using huggingface_hub 27 days ago
  • leviathan-chat-latest.modelfile
    858 Bytes
    移除舊版權重,節省儲存空間 about 1 month ago