Transformers
GGUF
English
text-generation-inference
unsloth
llama
trl
llama 3
TensorBlock
GGUF
conversational
Instructions to use tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF", filename="Meta-Llama-3-8B-Instruct-function-calling-Q2_K.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 tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K
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 tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K
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 tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF with Ollama:
ollama run hf.co/tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Meta-Llama-3-8B-Instruct-function-calling-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 tensorblock/Meta-Llama-3-8B-Instruct-function-calling-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 tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K
- Lemonade
How to use tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Meta-Llama-3-8B-Instruct-function-calling-GGUF:Q2_K
Run and chat with the model
lemonade run user.Meta-Llama-3-8B-Instruct-function-calling-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Meta-Llama-3-8B-Instruct-function-calling-Q3_K_L.gguf +0 -3
- Meta-Llama-3-8B-Instruct-function-calling-Q3_K_M.gguf +0 -3
- Meta-Llama-3-8B-Instruct-function-calling-Q3_K_S.gguf +0 -3
- Meta-Llama-3-8B-Instruct-function-calling-Q4_0.gguf +0 -3
- Meta-Llama-3-8B-Instruct-function-calling-Q4_K_M.gguf +0 -3
- Meta-Llama-3-8B-Instruct-function-calling-Q4_K_S.gguf +0 -3
- Meta-Llama-3-8B-Instruct-function-calling-Q5_0.gguf +0 -3
- Meta-Llama-3-8B-Instruct-function-calling-Q5_K_M.gguf +0 -3
- Meta-Llama-3-8B-Instruct-function-calling-Q5_K_S.gguf +0 -3
- Meta-Llama-3-8B-Instruct-function-calling-Q6_K.gguf +0 -3
- Meta-Llama-3-8B-Instruct-function-calling-Q8_0.gguf +0 -3
Meta-Llama-3-8B-Instruct-function-calling-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7e91dedb63344b079cfd8a402b695f06061534d4aa999279af2a28e43b22a4c8
|
| 3 |
-
size 4321956992
|
|
|
|
|
|
|
|
|
|
|
|
Meta-Llama-3-8B-Instruct-function-calling-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c8c2e401ebdbe3b5cceac745e104e420ff5f613358dabecbfffeaa06ff221e33
|
| 3 |
-
size 4018918528
|
|
|
|
|
|
|
|
|
|
|
|
Meta-Llama-3-8B-Instruct-function-calling-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a9f5e4abf12257c1490b94b9009591f723e7851a5be799260c0a29d4dcf7d752
|
| 3 |
-
size 3664499840
|
|
|
|
|
|
|
|
|
|
|
|
Meta-Llama-3-8B-Instruct-function-calling-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c805a5acdef1ca8df44051d484c76307e6bb70201f9f2ed4dc9c338d0edb1da7
|
| 3 |
-
size 4661212288
|
|
|
|
|
|
|
|
|
|
|
|
Meta-Llama-3-8B-Instruct-function-calling-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f12ee38225ad858d2076d7185a5e25a38fdc032e35025a5dcab644e3dd0fed9c
|
| 3 |
-
size 4920734848
|
|
|
|
|
|
|
|
|
|
|
|
Meta-Llama-3-8B-Instruct-function-calling-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c637fa4a580cea504b8315639f87d9a65c8fc61c2c313b6dd0b5892d0b7b2517
|
| 3 |
-
size 4692669568
|
|
|
|
|
|
|
|
|
|
|
|
Meta-Llama-3-8B-Instruct-function-calling-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:55b27479928a80540367576f58fc84349a72b169a895993b0403cff635127dc2
|
| 3 |
-
size 5599294592
|
|
|
|
|
|
|
|
|
|
|
|
Meta-Llama-3-8B-Instruct-function-calling-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d71ed304827af84370d07b39846e4121aa0bdfda09cc1018f579524a93f4cda0
|
| 3 |
-
size 5732988032
|
|
|
|
|
|
|
|
|
|
|
|
Meta-Llama-3-8B-Instruct-function-calling-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d1339ee4fa34d93dfc7ed8fb59eaee585f3c8009bf97325afed93b989cf8e75f
|
| 3 |
-
size 5599294592
|
|
|
|
|
|
|
|
|
|
|
|
Meta-Llama-3-8B-Instruct-function-calling-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b415e6884a98e752f7c2ca2d2abcfff679fc91d9a96fd9c95d5977a01f20504f
|
| 3 |
-
size 6596007040
|
|
|
|
|
|
|
|
|
|
|
|
Meta-Llama-3-8B-Instruct-function-calling-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b6db26ad7b2eb51352b7944d291d094dc110252e7c0dde2502e162ed90006fd9
|
| 3 |
-
size 8540771456
|
|
|
|
|
|
|
|
|
|
|
|