Instructions to use Darkhn-Quants/L3.3-70B-Animus-V5-Pro-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 Darkhn-Quants/L3.3-70B-Animus-V5-Pro-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 Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Darkhn-Quants/L3.3-70B-Animus-V5-Pro-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 Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Darkhn-Quants/L3.3-70B-Animus-V5-Pro-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 Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Darkhn-Quants/L3.3-70B-Animus-V5-Pro-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 Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF with Ollama:
ollama run hf.co/Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF with Docker Model Runner:
docker model run hf.co/Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF:Q4_K_M
- Lemonade
How to use Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Darkhn-Quants/L3.3-70B-Animus-V5-Pro-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.L3.3-70B-Animus-V5-Pro-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Add files using upload-large-folder tool
Browse files
.gitattributes
CHANGED
|
@@ -54,3 +54,11 @@ L3.3-70B-Animus-V5-Pro-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 54 |
L3.3-70B-Animus-V5-Pro-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
L3.3-70B-Animus-V5-Pro-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
L3.3-70B-Animus-V5-Pro-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
L3.3-70B-Animus-V5-Pro-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
L3.3-70B-Animus-V5-Pro-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
L3.3-70B-Animus-V5-Pro-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
L3.3-70B-Animus-V5-Pro-BF16.gguf-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
L3.3-70B-Animus-V5-Pro-Q6_K.gguf-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
L3.3-70B-Animus-V5-Pro-Q8_0.gguf-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
L3.3-70B-Animus-V5-Pro-Q6_K.gguf-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
L3.3-70B-Animus-V5-Pro-BF16.gguf-00001-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
L3.3-70B-Animus-V5-Pro-Q8_0.gguf-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
L3.3-70B-Animus-V5-Pro-BF16.gguf-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
L3.3-70B-Animus-V5-Pro-BF16.gguf-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
L3.3-70B-Animus-V5-Pro-Q6_K.gguf-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ef280664ee0fd6b3ed3af357e3bd75811e6260652726592eee02c408b880aa3
|
| 3 |
+
size 44867539712
|
L3.3-70B-Animus-V5-Pro-Q6_K.gguf-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dd6496767bb113f9193983b954cc73932e566031dd636e243aa09e24220e732
|
| 3 |
+
size 13020604160
|
L3.3-70B-Animus-V5-Pro-Q8_0.gguf-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e644def66b1bd71001b63d8ec56761835ee794364bc7f4fcc2a6a71954ebbdd1
|
| 3 |
+
size 44981007520
|
L3.3-70B-Animus-V5-Pro-Q8_0.gguf-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67c128e1cec116c02fe515365f75c71bf6114b21dd8d47ca0fef2ac66fbc04c0
|
| 3 |
+
size 29994042720
|