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

Heralax
/
mannerstral-7b

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

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

  • Libraries
  • Transformers

    How to use Heralax/mannerstral-7b with Transformers:

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

    How to use Heralax/mannerstral-7b with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="Heralax/mannerstral-7b",
    	filename="Etiquette-Pretrain-7.2B-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-7b 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-7b:F16
    # Run inference directly in the terminal:
    llama-cli -hf Heralax/mannerstral-7b:F16
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf Heralax/mannerstral-7b:F16
    # Run inference directly in the terminal:
    llama-cli -hf Heralax/mannerstral-7b: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-7b:F16
    # Run inference directly in the terminal:
    ./llama-cli -hf Heralax/mannerstral-7b: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-7b:F16
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf Heralax/mannerstral-7b:F16
    Use Docker
    docker model run hf.co/Heralax/mannerstral-7b:F16
  • LM Studio
  • Jan
  • Ollama

    How to use Heralax/mannerstral-7b with Ollama:

    ollama run hf.co/Heralax/mannerstral-7b:F16
  • Unsloth Studio new

    How to use Heralax/mannerstral-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 Heralax/mannerstral-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 Heralax/mannerstral-7b 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-7b to start chatting
  • Docker Model Runner

    How to use Heralax/mannerstral-7b with Docker Model Runner:

    docker model run hf.co/Heralax/mannerstral-7b:F16
  • Lemonade

    How to use Heralax/mannerstral-7b with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Heralax/mannerstral-7b:F16
    Run and chat with the model
    lemonade run user.mannerstral-7b-F16
    List all available models
    lemonade list
mannerstral-7b
36.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Heralax's picture
Heralax
Update README.md
54e82cb verified over 1 year ago
  • .gitattributes
    128 Bytes
    files over 1 year ago
  • Etiquette-Pretrain-7.2B-F16.gguf
    14.5 GB
    xet
    files over 1 year ago
  • README.md
    4.02 kB
    Update README.md over 1 year ago
  • added_tokens.json
    31 Bytes
    xet
    files over 1 year ago
  • config.json
    665 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)

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

    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