Instructions to use bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bullerwins/Meta-Llama-3.1-405B-Instruct-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 bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf bullerwins/Meta-Llama-3.1-405B-Instruct-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 bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M
- Ollama
How to use bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF with Ollama:
ollama run hf.co/bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M
- Lemonade
How to use bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull bullerwins/Meta-Llama-3.1-405B-Instruct-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Meta-Llama-3.1-405B-Instruct-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +7 -0
- Meta-Llama-3.1-405B-Instruct-Q5_K_M-00001-of-00007.gguf +3 -0
- Meta-Llama-3.1-405B-Instruct-Q5_K_M-00002-of-00007.gguf +3 -0
- Meta-Llama-3.1-405B-Instruct-Q5_K_M-00003-of-00007.gguf +3 -0
- Meta-Llama-3.1-405B-Instruct-Q5_K_M-00004-of-00007.gguf +3 -0
- Meta-Llama-3.1-405B-Instruct-Q5_K_M-00005-of-00007.gguf +3 -0
- Meta-Llama-3.1-405B-Instruct-Q5_K_M-00006-of-00007.gguf +3 -0
- Meta-Llama-3.1-405B-Instruct-Q5_K_M-00007-of-00007.gguf +3 -0
.gitattributes
CHANGED
|
@@ -46,3 +46,10 @@ Meta-Llama-3.1-405B-Instruct-Q5_K_S-00004-of-00007.gguf filter=lfs diff=lfs merg
|
|
| 46 |
Meta-Llama-3.1-405B-Instruct-Q5_K_S-00005-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
Meta-Llama-3.1-405B-Instruct-Q5_K_S-00006-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
Meta-Llama-3.1-405B-Instruct-Q5_K_S-00007-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
Meta-Llama-3.1-405B-Instruct-Q5_K_S-00005-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
Meta-Llama-3.1-405B-Instruct-Q5_K_S-00006-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
Meta-Llama-3.1-405B-Instruct-Q5_K_S-00007-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00001-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00002-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00003-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00004-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00005-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00006-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00007-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00001-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e557936c84302f9000774d7b3ec3a52fd5cd681ea2551d6c7fec74b30fa996f
|
| 3 |
+
size 44857587712
|
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00002-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:421a24c61d8a169119de9ffdd08cffa9f3e27645644595099ee7e9075928f754
|
| 3 |
+
size 44421032448
|
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00003-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44fc526dc692f6e5a07ac8f6a568224cf096b7b926f6ef4697afabdda1fcfcec
|
| 3 |
+
size 44532509248
|
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00004-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:998e20632bb356e12be779c27c75a0e3b2afb8d72511a4ad28b810c955aaeedf
|
| 3 |
+
size 44929133056
|
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00005-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e6107926cfbfab4e01e0f8ccbfe5583654776bba93c816e9acec29bba9846ef
|
| 3 |
+
size 44831877696
|
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00006-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3fd8efb56f4a4fe450e357850af3109d15a81b40c44f0a68ea39d849a2eac32
|
| 3 |
+
size 44399798848
|
Meta-Llama-3.1-405B-Instruct-Q5_K_M-00007-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:005d32c6401ec2eae834103b4a177bb261b7e55c6072590cb5ee09f0428e9859
|
| 3 |
+
size 21719716512
|