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
CHANGED
|
@@ -75,3 +75,7 @@ Meta-Llama-3.1-405B-Instruct-Q3_K_S-00001-of-00004.gguf filter=lfs diff=lfs merg
|
|
| 75 |
Meta-Llama-3.1-405B-Instruct-Q3_K_S-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 76 |
Meta-Llama-3.1-405B-Instruct-Q3_K_S-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 77 |
Meta-Llama-3.1-405B-Instruct-Q3_K_S-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
Meta-Llama-3.1-405B-Instruct-Q3_K_S-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 76 |
Meta-Llama-3.1-405B-Instruct-Q3_K_S-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 77 |
Meta-Llama-3.1-405B-Instruct-Q3_K_S-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
Meta-Llama-3.1-405B-Instruct-Q2_K-00001-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
Meta-Llama-3.1-405B-Instruct-Q2_K-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
Meta-Llama-3.1-405B-Instruct-Q2_K-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
Meta-Llama-3.1-405B-Instruct-Q2_K-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
Meta-Llama-3.1-405B-Instruct-Q2_K-00001-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cde0b201bc11704d9bae7915325e11c494552fad9a5c9678f6d81e7ee6eb6a5b
|
| 3 |
+
size 44907601824
|
Meta-Llama-3.1-405B-Instruct-Q2_K-00002-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f567447ec4aac29ed17e83a27c4505c7aeb4911ff87e594a8bd71d799be954d4
|
| 3 |
+
size 44871471200
|
Meta-Llama-3.1-405B-Instruct-Q2_K-00003-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8937c72158bb2ef9a1c99f3e1cc544094990d10da9cf7a6b0bbc6699f5418720
|
| 3 |
+
size 44871471328
|
Meta-Llama-3.1-405B-Instruct-Q2_K-00004-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2926fa6e0cd03cb63d51f440dcb36300e9bdf8842ea9a6078d11ac2af3ad038f
|
| 3 |
+
size 16554957632
|