Instructions to use failspy/llama-3-70B-Instruct-abliterated-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use failspy/llama-3-70B-Instruct-abliterated-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("failspy/llama-3-70B-Instruct-abliterated-GGUF", dtype="auto") - llama-cpp-python
How to use failspy/llama-3-70B-Instruct-abliterated-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="failspy/llama-3-70B-Instruct-abliterated-GGUF", filename="llama-3-70B-Instruct-abliterated-fp16-00001-of-00017.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 failspy/llama-3-70B-Instruct-abliterated-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf failspy/llama-3-70B-Instruct-abliterated-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf failspy/llama-3-70B-Instruct-abliterated-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 failspy/llama-3-70B-Instruct-abliterated-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf failspy/llama-3-70B-Instruct-abliterated-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 failspy/llama-3-70B-Instruct-abliterated-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf failspy/llama-3-70B-Instruct-abliterated-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 failspy/llama-3-70B-Instruct-abliterated-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf failspy/llama-3-70B-Instruct-abliterated-GGUF:Q4_K_M
Use Docker
docker model run hf.co/failspy/llama-3-70B-Instruct-abliterated-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use failspy/llama-3-70B-Instruct-abliterated-GGUF with Ollama:
ollama run hf.co/failspy/llama-3-70B-Instruct-abliterated-GGUF:Q4_K_M
- Unsloth Studio
How to use failspy/llama-3-70B-Instruct-abliterated-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 failspy/llama-3-70B-Instruct-abliterated-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 failspy/llama-3-70B-Instruct-abliterated-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for failspy/llama-3-70B-Instruct-abliterated-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use failspy/llama-3-70B-Instruct-abliterated-GGUF with Docker Model Runner:
docker model run hf.co/failspy/llama-3-70B-Instruct-abliterated-GGUF:Q4_K_M
- Lemonade
How to use failspy/llama-3-70B-Instruct-abliterated-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull failspy/llama-3-70B-Instruct-abliterated-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.llama-3-70B-Instruct-abliterated-GGUF-Q4_K_M
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -52,3 +52,8 @@ llama-3-70B-Instruct-abliterated-GGUF-fp16-00015-of-00017.gguf filter=lfs diff=l
|
|
| 52 |
llama-3-70B-Instruct-abliterated-GGUF-fp16-00016-of-00017.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
llama-3-70B-Instruct-abliterated-GGUF-fp16-00017-of-00017.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
llama-3-70B-Instruct-abliterated-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
llama-3-70B-Instruct-abliterated-GGUF-fp16-00016-of-00017.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
llama-3-70B-Instruct-abliterated-GGUF-fp16-00017-of-00017.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
llama-3-70B-Instruct-abliterated-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
llama-3-70B-Instruct-abliterated-q2_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
llama-3-70B-Instruct-abliterated-q3_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
llama-3-70B-Instruct-abliterated-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
llama-3-70B-Instruct-abliterated-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
llama-3-70B-Instruct-abliterated-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
llama-3-70B-Instruct-abliterated-q2_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:032ad0580291cc701e3d0c8b49090ce7d83b7e8a4aa804ad1a6dda21f5a240a1
|
| 3 |
+
size 26375621088
|
llama-3-70B-Instruct-abliterated-q3_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff07032404833d43b2b6c6c10bdb8a9de816b719bd0480eda20b05f68aca27c2
|
| 3 |
+
size 30912563680
|
llama-3-70B-Instruct-abliterated-q4_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:466c71c0708c3f554847b34215fd5e74cac1d5bd85dbfdd329c051804b28167b
|
| 3 |
+
size 40347732448
|
llama-3-70B-Instruct-abliterated-q5_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ddd2c6aca73f02a6545f6c0a6d6cfa4700b7df310b3f755636c0e3c2fa9fbe1
|
| 3 |
+
size 49950329312
|
llama-3-70B-Instruct-abliterated-q5_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cabb70181724aa4b67ef882036b6bb24891aaa116b9d1b51fa91e02b68d6e7f
|
| 3 |
+
size 48657959392
|