Instructions to use Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF", filename="V9.0A/L3.3-70B-Animus-V9.0A-Q6_K.gguf-00001-of-00002.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-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 Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-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-V9.0A-9.0B-9.1A-9.2A-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-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-V9.0A-9.0B-9.1A-9.2A-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF with Ollama:
ollama run hf.co/Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF:Q4_K_M
- Unsloth Studio
How to use Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-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 Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-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 Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF with Docker Model Runner:
docker model run hf.co/Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF:Q4_K_M
- Lemonade
How to use Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Darkhn-Quants/L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.L3.3-70B-Animus-V9.0A-9.0B-9.1A-9.2A-GGUF-Q4_K_M
List all available models
lemonade list
Add jinja template.
#2
by Oldtimer - opened
.gitattributes
CHANGED
|
@@ -80,5 +80,3 @@ V9.2A/L3.3-70B-Animus-V9.2A-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 80 |
V9.2A/L3.3-70B-Animus-V9.2A-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 81 |
V9.2A/L3.3-70B-Animus-V9.2A-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 82 |
V9.2A/L3.3-70B-Animus-V9.2A-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 83 |
-
L3.3-70B-Animus-V9.0B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 84 |
-
V9.0B/L3.3-70B-Animus-V9.0B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 80 |
V9.2A/L3.3-70B-Animus-V9.2A-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 81 |
V9.2A/L3.3-70B-Animus-V9.2A-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 82 |
V9.2A/L3.3-70B-Animus-V9.2A-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
V9.0B/L3.3-70B-Animus-V9.0B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ba08d9c6230b5f4f0eaa5773f981d0427780d96bf7da0a02490b737b926e1acd
|
| 3 |
-
size 57888143040
|
|
|
|
|
|
|
|
|
|
|
|
V9.2A/L3.3-70B-Animus-V9.2A-Q2_K.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38dcbbbe928917573067ff3475a6fc2ed4c91a1413a1c4d85e1e3fb620422357
|
| 3 |
+
size 26375108320
|
V9.2A/L3.3-70B-Animus-V9.2A-Q3_K_L.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91f4d242d89f6710244755663be9770cd96fd73dd5cb773f00c9e819ed8a33e2
|
| 3 |
+
size 37140592352
|
desktop.ini
DELETED
|
Binary file (282 Bytes)
|
|
|