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

  • Log In
  • Sign Up

Heralax
/
Mannerstral-base

Transformers
PyTorch
GGUF
Generated from Trainer
conversational
Model card Files Files and versions
xet
Community

Instructions to use Heralax/Mannerstral-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Heralax/Mannerstral-base with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Heralax/Mannerstral-base", dtype="auto")
  • llama-cpp-python

    How to use Heralax/Mannerstral-base with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="Heralax/Mannerstral-base",
    	filename="Mistral-7B-hf-v0.2-F16.gguf",
    )
    
    llm.create_chat_completion(
    	messages = "No input example has been defined for this model task."
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use Heralax/Mannerstral-base with llama.cpp:

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

    How to use Heralax/Mannerstral-base with Ollama:

    ollama run hf.co/Heralax/Mannerstral-base:F16
  • Unsloth Studio new

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

    How to use Heralax/Mannerstral-base with Docker Model Runner:

    docker model run hf.co/Heralax/Mannerstral-base:F16
  • Lemonade

    How to use Heralax/Mannerstral-base with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Heralax/Mannerstral-base:F16
    Run and chat with the model
    lemonade run user.Mannerstral-base-F16
    List all available models
    lemonade list
Mannerstral-base
36.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Heralax's picture
Heralax
Update README.md
63f1e73 verified over 1 year ago
  • .gitattributes
    128 Bytes
    files over 1 year ago
  • Mistral-7B-hf-v0.2-F16.gguf
    14.5 GB
    xet
    files over 1 year ago
  • README.md
    2.04 kB
    Update README.md over 1 year ago
  • added_tokens.json
    31 Bytes
    xet
    files over 1 year ago
  • config.json
    667 Bytes
    xet
    files over 1 year ago
  • generation_config.json
    132 Bytes
    xet
    files over 1 year ago
  • ggml-model-Q8_0.gguf
    7.7 GB
    xet
    files over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.BFloat16Storage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    14.5 GB
    xet
    files over 1 year ago
  • special_tokens_map.json
    562 Bytes
    xet
    files over 1 year ago
  • tokenizer.json
    3.51 MB
    xet
    files over 1 year ago
  • tokenizer.model
    493 kB
    files over 1 year ago
  • tokenizer_config.json
    1.47 kB
    xet
    files over 1 year ago