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

  • Log In
  • Sign Up

SicariusSicariiStuff
/
LLAMA-3_8B_Unaligned_BETA_iMatrix

Transformers
GGUF
English
imatrix
conversational
Model card Files Files and versions
xet
Community

Instructions to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix", dtype="auto")
  • llama-cpp-python

    How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix",
    	filename="LLAMA-3_8B_Unaligned_BETA-IQ1_M.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 SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with llama.cpp:

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

    How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with Ollama:

    ollama run hf.co/SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M
  • Unsloth Studio new

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

    How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with Docker Model Runner:

    docker model run hf.co/SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M
  • Lemonade

    How to use SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull SicariusSicariiStuff/LLAMA-3_8B_Unaligned_BETA_iMatrix:IQ1_M
    Run and chat with the model
    lemonade run user.LLAMA-3_8B_Unaligned_BETA_iMatrix-IQ1_M
    List all available models
    lemonade list
LLAMA-3_8B_Unaligned_BETA_iMatrix
38.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SicariusSicariiStuff's picture
SicariusSicariiStuff
Update README.md
68a5c37 verified 10 months ago
  • .gitattributes
    2.4 kB
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ1_M.gguf
    2.16 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ1_S.gguf
    2.02 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ2_M.gguf
    2.95 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ2_S.gguf
    2.76 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ2_XS.gguf
    2.61 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ2_XXS.gguf
    2.4 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ3_M.gguf
    3.78 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ3_S.gguf
    3.68 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ3_XS.gguf
    3.52 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ3_XXS.gguf
    3.27 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ4_NL.gguf
    4.68 GB
    xet
    Upload 12 files over 1 year ago
  • LLAMA-3_8B_Unaligned_BETA-IQ4_XS.gguf
    4.45 GB
    xet
    Upload 12 files over 1 year ago
  • README.md
    165 Bytes
    Update README.md 10 months ago