Instructions to use mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-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 mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-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 mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-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 mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-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 mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mradermacher/Tankie-LFM2.5-1.2B-SFT-v1-i1-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
uploaded from rich1
Browse files- .gitattributes +24 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ1_M.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ1_S.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_M.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_S.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_XS.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_XXS.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_M.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_S.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_XS.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_XXS.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ4_NL.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ4_XS.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q2_K.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q2_K_S.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q3_K_L.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q3_K_M.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q3_K_S.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_0.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_1.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_K_M.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_K_S.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q5_K_M.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q5_K_S.gguf +3 -0
- Tankie-LFM2.5-1.2B-SFT-v1.i1-Q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,27 @@ saved_model/**/* 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 |
Tankie-LFM2.5-1.2B-SFT-v1.imatrix.gguf 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 |
Tankie-LFM2.5-1.2B-SFT-v1.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef4bdb66c95b03b06bba096d167a4812ae10b188cd84eaf9fd5b37fff645d718
|
| 3 |
+
size 371185600
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc03ef089cbab9ecf80081ea3a3850add2c683d1c09a7faea2091b127776c555
|
| 3 |
+
size 348428224
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a04e1b79ed5cb86092819b773eb43247f2c33af36cbb119ba6b37d295948e02b
|
| 3 |
+
size 491804608
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcbc791cb2e6b05c47249d5a8f3d5ae98b3a66088e9d2fc491cb787586e40b1f
|
| 3 |
+
size 461461440
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3e2d76c6aa13191d52927056d463db9790cc5aa8481bd750c6df8fd186870bd
|
| 3 |
+
size 440244160
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28cb3b3b76960d1b87a17d1c3ae3c9f4ff1c1154d2c344d5d4fb304019e98dc0
|
| 3 |
+
size 409114560
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f49062e4595b06c4d4a7cf8e649d44f1aa64f2b193d35a041e0f408e67bce1e0
|
| 3 |
+
size 624465856
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9af87da333e3dba75718a9d484d337fe066ba43a0fd9150ccfd1082d6ec627e7
|
| 3 |
+
size 615831488
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:febaf6b4eab4d6a578daf8b23f22582a1d581a6e4d4b95ec8acc05a962cfe478
|
| 3 |
+
size 595482560
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f5cf2120ace5e1478eaa4f2cffa687b7b6765652c082062f73b65fc38dab85b
|
| 3 |
+
size 548657088
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9ae960616f99cb1ce3aa98f2f5039c5087d37401b4b2a35aad0fea6f8f34ad0
|
| 3 |
+
size 771250112
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c6c21c5449611bc5ccda94274695ffaa7a9c51b3c07696b2e133f797926f2ed
|
| 3 |
+
size 734681024
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d2bfbe91a100a83ae2f4ca5a5d63d0d570055cb274df23976ad2bf8cc4c65c8
|
| 3 |
+
size 527439808
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6598c37e9da2ce661dd2ac1c8346e8e8337f7d433cb3c4919e41ef9b203ca5b1
|
| 3 |
+
size 504846272
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b3fe306ca002086d64b59fb206ea5b451835dab18e96574391a1d49ea790150
|
| 3 |
+
size 693147584
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4853a47401f439a939db3964f76d07fc7b9e382c986a87c8af4a22f49a94584
|
| 3 |
+
size 658020288
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30dc445a66693cfe40904004078f55902ac00aa10e30fc22a6bc5600cca8d0c0
|
| 3 |
+
size 615831488
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:785a7c1f9437ed9ed07dfdde4b983bbfb869db3c35e50deb348f2bc271cc36fe
|
| 3 |
+
size 773347264
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d90831c6008ce885f51f2306f6792b53ca6641e6cd693bd67c84e661a2e343ce
|
| 3 |
+
size 844388288
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0806121ce3243ca2df63f1a9530db55df7ccd4241054a12acbd8acb92b1c782
|
| 3 |
+
size 806393792
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f24dae9dfa0cb450499700291bb3e56f17458bd03f70dbfb3a8ef74f6ce3dd99
|
| 3 |
+
size 775968704
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d371e125c12fe7340d4aa56fbae679d60be95e8e2d74cb49e345234a09f37c23
|
| 3 |
+
size 935630784
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:186b10fb6aea6922faabc9b6b22baa211a3ca31876ed30fe48fef6d4840ba880
|
| 3 |
+
size 917526464
|
Tankie-LFM2.5-1.2B-SFT-v1.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f37a35c6249ac3ed55cb9af2d62b6c7093e9e645613b1faba29ea2dda65d0a2
|
| 3 |
+
size 1072945088
|