Instructions to use mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF", filename="rombos_Llama3-8B-Instruct-Replete-Adapted.IQ3_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_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 mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_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 mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF with Ollama:
ollama run hf.co/mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF 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 mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF 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 mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF-Q4_K_M
List all available models
lemonade list
auto-patch README.md
Browse files
README.md
CHANGED
|
@@ -38,6 +38,8 @@ library_name: transformers
|
|
| 38 |
license: other
|
| 39 |
license_link: https://llama.meta.com/llama3/license/
|
| 40 |
license_name: llama-3
|
|
|
|
|
|
|
| 41 |
quantized_by: mradermacher
|
| 42 |
tags:
|
| 43 |
- text-generation-inference
|
|
@@ -55,6 +57,9 @@ tags:
|
|
| 55 |
static quants of https://huggingface.co/rombodawg/rombos_Llama3-8B-Instruct-Replete-Adapted
|
| 56 |
|
| 57 |
<!-- provided-files -->
|
|
|
|
|
|
|
|
|
|
| 58 |
weighted/imatrix quants are available at https://huggingface.co/mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-i1-GGUF
|
| 59 |
## Usage
|
| 60 |
|
|
@@ -101,6 +106,6 @@ questions you might have and/or if you want some other model quantized.
|
|
| 101 |
|
| 102 |
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 103 |
me use its servers and providing upgrades to my workstation to enable
|
| 104 |
-
this work in my free time.
|
| 105 |
|
| 106 |
<!-- end -->
|
|
|
|
| 38 |
license: other
|
| 39 |
license_link: https://llama.meta.com/llama3/license/
|
| 40 |
license_name: llama-3
|
| 41 |
+
mradermacher:
|
| 42 |
+
readme_rev: 1
|
| 43 |
quantized_by: mradermacher
|
| 44 |
tags:
|
| 45 |
- text-generation-inference
|
|
|
|
| 57 |
static quants of https://huggingface.co/rombodawg/rombos_Llama3-8B-Instruct-Replete-Adapted
|
| 58 |
|
| 59 |
<!-- provided-files -->
|
| 60 |
+
|
| 61 |
+
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#rombos_Llama3-8B-Instruct-Replete-Adapted-GGUF).***
|
| 62 |
+
|
| 63 |
weighted/imatrix quants are available at https://huggingface.co/mradermacher/rombos_Llama3-8B-Instruct-Replete-Adapted-i1-GGUF
|
| 64 |
## Usage
|
| 65 |
|
|
|
|
| 106 |
|
| 107 |
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 108 |
me use its servers and providing upgrades to my workstation to enable
|
| 109 |
+
this work in my free time.
|
| 110 |
|
| 111 |
<!-- end -->
|