Instructions to use IkariDev/IkariTest2-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use IkariDev/IkariTest2-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="IkariDev/IkariTest2-GGUF", filename="IkariTest2.3_K_L.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use IkariDev/IkariTest2-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf IkariDev/IkariTest2-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf IkariDev/IkariTest2-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 IkariDev/IkariTest2-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf IkariDev/IkariTest2-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 IkariDev/IkariTest2-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf IkariDev/IkariTest2-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 IkariDev/IkariTest2-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf IkariDev/IkariTest2-GGUF:Q4_K_M
Use Docker
docker model run hf.co/IkariDev/IkariTest2-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use IkariDev/IkariTest2-GGUF with Ollama:
ollama run hf.co/IkariDev/IkariTest2-GGUF:Q4_K_M
- Unsloth Studio
How to use IkariDev/IkariTest2-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 IkariDev/IkariTest2-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 IkariDev/IkariTest2-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for IkariDev/IkariTest2-GGUF to start chatting
- Docker Model Runner
How to use IkariDev/IkariTest2-GGUF with Docker Model Runner:
docker model run hf.co/IkariDev/IkariTest2-GGUF:Q4_K_M
- Lemonade
How to use IkariDev/IkariTest2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull IkariDev/IkariTest2-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.IkariTest2-GGUF-Q4_K_M
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- .gitattributes +6 -0
- IkariTest2.3_K_L.gguf +3 -0
- IkariTest2.q3_K_M.gguf +3 -0
- IkariTest2.q4_K_M.gguf +3 -0
- IkariTest2.q5_K_M.gguf +3 -0
- IkariTest2.q5_K_S.gguf +3 -0
- IkariTest2.q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,9 @@ 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 |
+
IkariTest2.3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
IkariTest2.q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
IkariTest2.q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
IkariTest2.q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
IkariTest2.q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
IkariTest2.q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
IkariTest2.3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65305817c9c4c5a9c539684cfc5d8b7bc7deb5120c9d6303d1c2563bbc5a2a3b
|
| 3 |
+
size 8169075232
|
IkariTest2.q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7a1df179e9e2c4108d1bd26f71b0305710b4da1211388881325beb1bd37618b
|
| 3 |
+
size 6337782368
|
IkariTest2.q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:968d29b9b1482ac1c8a2e0ffea756c3d448135a9913fe91cab7e61bc6507b1b0
|
| 3 |
+
size 7865970592
|
IkariTest2.q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4064ed8442f51fb979b2c6b8d3e7ab681be82930d19176eccf24d2923138fbcd
|
| 3 |
+
size 9229939872
|
IkariTest2.q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e830577b191509594236cfd685a96459b33c03f752b0097bffbeee3e17a58cb5
|
| 3 |
+
size 8972301472
|
IkariTest2.q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbd7720cf9457182ae15c5f841ec0fa5e7e1818d81cadce9f6a0efa4ad0296a8
|
| 3 |
+
size 10679157248
|