Instructions to use backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-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 backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-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 backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-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 backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-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 backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-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 backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF:Q4_K_M
Use Docker
docker model run hf.co/backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF with Ollama:
ollama run hf.co/backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF:Q4_K_M
- Unsloth Studio
How to use backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-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 backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-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 backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF to start chatting
- Docker Model Runner
How to use backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF with Docker Model Runner:
docker model run hf.co/backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF:Q4_K_M
- Lemonade
How to use backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull backyardai/Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF
Browse files- .gitattributes +29 -0
- BackyardAI_Banner.png +0 -0
- BackyardAI_Logo.png +0 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00001-of-00006.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00002-of-00006.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00003-of-00006.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00004-of-00006.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00005-of-00006.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00006-of-00006.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ1_M.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ1_S.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_M.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_S.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_XS.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_XXS.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_M.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_S.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_XS.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_XXS.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ4_XS.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q3_K_L.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q3_K_M.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q3_K_S.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q4_K_M.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q4_K_S.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q5_K_M.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q5_K_S.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q6_K-split-00001-of-00002.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q6_K-split-00002-of-00002.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q8_0-split-00001-of-00002.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q8_0-split-00002-of-00002.gguf +3 -0
- Llama-3-70b-Uncensored-Lumi-Tess-gradient.imatrix +3 -0
- README.md +45 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,32 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00001-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00002-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00003-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00004-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00005-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00006-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q6_K-split-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q6_K-split-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q8_0-split-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q8_0-split-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
Llama-3-70b-Uncensored-Lumi-Tess-gradient.imatrix filter=lfs diff=lfs merge=lfs -text
|
BackyardAI_Banner.png
ADDED
|
BackyardAI_Logo.png
ADDED
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00001-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b703c084b582570f63d03ef5871e1646944774bc533b343ef0415f4017bb480
|
| 3 |
+
size 49484654528
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00002-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:faa10bf2976bebfc32da794d1c877867960ad6212d5629de39ee742bbc56dd5c
|
| 3 |
+
size 49795702368
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00003-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e78d1434e9b7c1d790dbd7bcbcc00b652a196234c68b3a750f7fdab477eb6a0e
|
| 3 |
+
size 49460223872
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00004-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:981267d7139070ff1d54b462a609ecdb14c63ff390ad5e1da8da2fd51f1b9ead
|
| 3 |
+
size 49795702368
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00005-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14849233c4d793db553f36df8fe5a67dc65fd1384d31ba77e2b071d2c797064d
|
| 3 |
+
size 49460223872
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.F32-split-00006-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a474cb74dec7872e58aff8a69cb23ffdefa21bfec34f0fdb73923eea7d436a7b
|
| 3 |
+
size 34226181472
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cda479961ca4cbd1a7a216e9ad8a9cb51bf49bdbd2860fdcb0295970b1e5c5bd
|
| 3 |
+
size 16751195904
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e43c88ee466c0f6e7bdfdf487ba3ded80b4ff728a27c1275b6616232358cf96
|
| 3 |
+
size 15343482624
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b6a41d53c8311f6ea6a7a5ccc69b2cd001cd1f58e583ed994759623c39096e8
|
| 3 |
+
size 24119293696
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:890f426042b717d903d9ddc59bca36544c0d1b07d2c6236a1475fc8334c183bf
|
| 3 |
+
size 22242342656
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcd39dd6c04100969d1eb1c24b272c4d0d28d4efd5bf9a85df75b4e2f74b5368
|
| 3 |
+
size 21142107904
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71637f199d7a18f0d73a6fb292c83b1d6dc0f9d696a95e885fbcae6bea349a31
|
| 3 |
+
size 19097384704
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e79f91ce78fe440d2d03a264183d59fb28580edd015dff694bc22a992552859
|
| 3 |
+
size 31937033984
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c583fef7b67808f76768196ae978b28ea768ae37ea5522d5d977f5c2b3c9e4ff
|
| 3 |
+
size 30912050944
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e8fead6bd251439e793905b89445e74b82b7c65a9e7be73ea01d3b738649877
|
| 3 |
+
size 29307729664
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a32456dceeb6c23327a7ba81603040a2319da3de99578f5f38b045b7d139ffd3
|
| 3 |
+
size 27469494016
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19affdfdca1c8e36eec37ae6636fa50d0e1956158a7921e68aa1f9fd8c030daa
|
| 3 |
+
size 37902661376
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5efc495e7c7abadfe35e8dbe371ab5e189607d6434ee60c71c8d5abc2a46e31
|
| 3 |
+
size 37140592128
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25553e48374257b83d7ab02028dac92adb96282a9ad2d1243f33e01dbb5ca373
|
| 3 |
+
size 34267493888
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2aa88e3b850a64cd99d68e760544e3c97edb949b66cf7015860b14f57b3bf4b5
|
| 3 |
+
size 30912050688
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f59451a78eb7e8fa02a8e0673d3ce92e5c15b525f579345e16da52fd89754e93
|
| 3 |
+
size 42520393216
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0583ae6c67a4481854cae1121833e4e61337887d3ee194283a526cdb74960d6a
|
| 3 |
+
size 40347219456
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96a678602bb461ac5abfd195239437adcfba365a1e01236c8d4e168205d8664a
|
| 3 |
+
size 49949816320
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:959ecedac3e926f2771aba2075cffd85d5e1e0904ff403c6d6439fa8db0ad2ab
|
| 3 |
+
size 48657446400
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q6_K-split-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93db909e0eb5610110103b342c882f7d6a1aa3243014a0084f25f9374b5aaaf1
|
| 3 |
+
size 49850015168
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q6_K-split-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91bd52d0c26a3efb7360d6f780ecb307a8c4ec78bf6169d2bea7325e2ff102cf
|
| 3 |
+
size 8038127904
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q8_0-split-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a88183a08bb54b606f3cc832f9b717d7dc6261e64bdcded70712932c6b4f4204
|
| 3 |
+
size 49767529440
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.Q8_0-split-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:363ad60301f796ab4cf1e227e1160ad741f102fcc7d8598a3b948746335e31eb
|
| 3 |
+
size 25207519968
|
Llama-3-70b-Uncensored-Lumi-Tess-gradient.imatrix
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:547df9783945f472c62405edc3869875d378ee25731bdf312a62eb7cabc231b2
|
| 3 |
+
size 24922281
|
README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- uncencored
|
| 4 |
+
- llama-3
|
| 5 |
+
- tess
|
| 6 |
+
- lumimaid
|
| 7 |
+
- Lumi-tess
|
| 8 |
+
base_model: ryzen88/Llama-3-70b-Uncensored-Lumi-Tess-gradient
|
| 9 |
+
model_name: Llama-3-70b-Uncensored-Lumi-Tess-gradient-GGUF
|
| 10 |
+
quantized_by: brooketh
|
| 11 |
+
parameter_count: 70553706496
|
| 12 |
+
---
|
| 13 |
+
<img src="BackyardAI_Banner.png" alt="Backyard.ai" style="height: 90px; min-width: 32px; display: block; margin: auto;">
|
| 14 |
+
|
| 15 |
+
**<p style="text-align: center;">The official library of GGUF format models for use in the local AI chat app, Backyard AI.</p>**
|
| 16 |
+
|
| 17 |
+
<p style="text-align: center;"><a href="https://backyard.ai/">Download Backyard AI here to get started.</a></p>
|
| 18 |
+
|
| 19 |
+
<p style="text-align: center;"><a href="https://www.reddit.com/r/LLM_Quants/">Request Additional models at r/LLM_Quants.</a></p>
|
| 20 |
+
|
| 21 |
+
***
|
| 22 |
+
# Llama 3 Uncensored Lumi Tess Gradient 70B
|
| 23 |
+
- **Creator:** [ryzen88](https://huggingface.co/ryzen88/)
|
| 24 |
+
- **Original:** [Llama 3 Uncensored Lumi Tess Gradient 70B](https://huggingface.co/ryzen88/Llama-3-70b-Uncensored-Lumi-Tess-gradient)
|
| 25 |
+
- **Date Created:** 2024-05-10
|
| 26 |
+
- **Trained Context:** 262144 tokens
|
| 27 |
+
- **Description:** Good Llama3 uncensored model with a long context, made using a breadcrumb ties merger of Instruct-gradient, Lumimaid, and Tess models. Works with a very wide range of sampler settings.
|
| 28 |
+
***
|
| 29 |
+
## What is a GGUF?
|
| 30 |
+
GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Backyard AI. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
|
| 31 |
+
GGUF models are quantized to reduce resource usage, with a tradeoff of reduced coherence at lower quantizations. Quantization reduces the precision of the model weights by changing the number of bits used for each weight.
|
| 32 |
+
|
| 33 |
+
***
|
| 34 |
+
<img src="BackyardAI_Logo.png" alt="Backyard.ai" style="height: 75px; min-width: 32px; display: block; horizontal align: left;">
|
| 35 |
+
|
| 36 |
+
## Backyard AI
|
| 37 |
+
- Free, local AI chat application.
|
| 38 |
+
- One-click installation on Mac and PC.
|
| 39 |
+
- Automatically use GPU for maximum speed.
|
| 40 |
+
- Built-in model manager.
|
| 41 |
+
- High-quality character hub.
|
| 42 |
+
- Zero-config desktop-to-mobile tethering.
|
| 43 |
+
Backyard AI makes it easy to start chatting with AI using your own characters or one of the many found in the built-in character hub. The model manager helps you find the latest and greatest models without worrying about whether it's the correct format. Backyard AI supports advanced features such as lorebooks, author's note, text formatting, custom context size, sampler settings, grammars, local TTS, cloud inference, and tethering, all implemented in a way that is straightforward and reliable.
|
| 44 |
+
**Join us on [Discord](https://discord.gg/SyNN2vC9tQ)**
|
| 45 |
+
***
|