Instructions to use Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request", filename="LLaMa-3-CursedStock-v1.8-8B-BF16.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 Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request 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 Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request:Q4_K_M # Run inference directly in the terminal: llama cli -hf Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request:Q4_K_M # Run inference directly in the terminal: llama cli -hf Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request: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 Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request: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 Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request:Q4_K_M
Use Docker
docker model run hf.co/Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request with Ollama:
ollama run hf.co/Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request:Q4_K_M
- Unsloth Studio
How to use Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request 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 Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request 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 Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request to start chatting
- Atomic Chat new
- Docker Model Runner
How to use Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request with Docker Model Runner:
docker model run hf.co/Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request:Q4_K_M
- Lemonade
How to use Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Lewdiculous/LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request:Q4_K_M
Run and chat with the model
lemonade run user.LLaMa-3-CursedStock-v1.8-8B-GGUF-IQ-Imatrix-Request-Q4_K_M
List all available models
lemonade list
quants
Browse files- .gitattributes +13 -0
- LLaMa-3-CursedStock-v1.8-8B-BF16.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-F16.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-IQ3_M-imat.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-IQ3_S-imat.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-IQ3_XXS-imat.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-Q4_0-imat.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-Q4_K_M-imat.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-Q4_K_S-imat.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-Q5_K_M-imat.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-Q5_K_S-imat.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-Q6_K-imat.gguf +3 -0
- LLaMa-3-CursedStock-v1.8-8B-Q8_0-imat.gguf +3 -0
- imatrix-with-rp-ex.txt +0 -0
- imatrix.dat +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,16 @@ 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 |
+
imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
LLaMa-3-CursedStock-v1.8-8B-BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
LLaMa-3-CursedStock-v1.8-8B-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
LLaMa-3-CursedStock-v1.8-8B-IQ3_M-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
LLaMa-3-CursedStock-v1.8-8B-IQ3_S-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
LLaMa-3-CursedStock-v1.8-8B-IQ3_XXS-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
LLaMa-3-CursedStock-v1.8-8B-Q4_0-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
LLaMa-3-CursedStock-v1.8-8B-Q4_K_M-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
LLaMa-3-CursedStock-v1.8-8B-Q4_K_S-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
LLaMa-3-CursedStock-v1.8-8B-Q5_K_M-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
LLaMa-3-CursedStock-v1.8-8B-Q5_K_S-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
LLaMa-3-CursedStock-v1.8-8B-Q6_K-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
LLaMa-3-CursedStock-v1.8-8B-Q8_0-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
LLaMa-3-CursedStock-v1.8-8B-BF16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:741270716b0e6ed86fb04db05c1217accd18440d974445e6a13cf031d68eae05
|
| 3 |
+
size 16068890464
|
LLaMa-3-CursedStock-v1.8-8B-F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f4d8b08d3360042c179b7864a0dd092a81b739872a49a0b6931b1b67f577466
|
| 3 |
+
size 16068890464
|
LLaMa-3-CursedStock-v1.8-8B-IQ3_M-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34042a1a598656815857e00d37bdbe294db0394b2d175275e1c28feac343bcec
|
| 3 |
+
size 3784822944
|
LLaMa-3-CursedStock-v1.8-8B-IQ3_S-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b380077177ffaa249b4b933832762b4bcbc7f06ee2c12282411138754f91cc34
|
| 3 |
+
size 3682324640
|
LLaMa-3-CursedStock-v1.8-8B-IQ3_XXS-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b72959c5506ee3f3fc8513d9fa533372a3a56bef9785e4a7b03fad2eb013c8f1
|
| 3 |
+
size 3274911904
|
LLaMa-3-CursedStock-v1.8-8B-Q4_0-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:038e8ed7c482f40d3d89a60ffbe1d1640cc6c0072732757a85fb8c7e001b320c
|
| 3 |
+
size 4675891360
|
LLaMa-3-CursedStock-v1.8-8B-Q4_K_M-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6a2317646fab37a8f4c240875974ef78b48fd6fcbc5075b8c5b5c1b64b23adf
|
| 3 |
+
size 4920733856
|
LLaMa-3-CursedStock-v1.8-8B-Q4_K_S-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01bd624ebb05a18df3b45fb8a527137a955d5b6f3449011c8edb403ac433f67f
|
| 3 |
+
size 4692668576
|
LLaMa-3-CursedStock-v1.8-8B-Q5_K_M-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b893ba6583e9aa830498b19d9f72c57f4b0807135d88019e90a04e49b419967c
|
| 3 |
+
size 5732987040
|
LLaMa-3-CursedStock-v1.8-8B-Q5_K_S-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a803140c81bc8481d2f59d72561c457e0fef49c9159ee5882c56e92b334406cb
|
| 3 |
+
size 5599293600
|
LLaMa-3-CursedStock-v1.8-8B-Q6_K-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbdd4d2dbaf621cc2abb02f9bfedfa95af092e929f3dd9310994952f71eaed1e
|
| 3 |
+
size 6596006048
|
LLaMa-3-CursedStock-v1.8-8B-Q8_0-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bdef889c502483541d9d17fdf90c4a6384e711c95347715958ab526a9f94549
|
| 3 |
+
size 8540770464
|
imatrix-with-rp-ex.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
imatrix.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ca8c79f4d1a7bebe4a7a17a5baf0fa291ae43a1b74cb583941355dc0fbe9827
|
| 3 |
+
size 4988180
|