Instructions to use mradermacher/ArcherCodeR-1.5B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/ArcherCodeR-1.5B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/ArcherCodeR-1.5B-GGUF", device_map="auto") - llama-cpp-python
How to use mradermacher/ArcherCodeR-1.5B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/ArcherCodeR-1.5B-GGUF", filename="ArcherCodeR-1.5B.IQ4_XS.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 mradermacher/ArcherCodeR-1.5B-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/ArcherCodeR-1.5B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/ArcherCodeR-1.5B-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/ArcherCodeR-1.5B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/ArcherCodeR-1.5B-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/ArcherCodeR-1.5B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/ArcherCodeR-1.5B-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/ArcherCodeR-1.5B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/ArcherCodeR-1.5B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/ArcherCodeR-1.5B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/ArcherCodeR-1.5B-GGUF with Ollama:
ollama run hf.co/mradermacher/ArcherCodeR-1.5B-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/ArcherCodeR-1.5B-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 mradermacher/ArcherCodeR-1.5B-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 mradermacher/ArcherCodeR-1.5B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/ArcherCodeR-1.5B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/ArcherCodeR-1.5B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/ArcherCodeR-1.5B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/ArcherCodeR-1.5B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/ArcherCodeR-1.5B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.ArcherCodeR-1.5B-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from rich1
Browse files- .gitattributes +12 -0
- ArcherCodeR-1.5B.IQ4_XS.gguf +3 -0
- ArcherCodeR-1.5B.Q2_K.gguf +3 -0
- ArcherCodeR-1.5B.Q3_K_L.gguf +3 -0
- ArcherCodeR-1.5B.Q3_K_M.gguf +3 -0
- ArcherCodeR-1.5B.Q3_K_S.gguf +3 -0
- ArcherCodeR-1.5B.Q4_K_M.gguf +3 -0
- ArcherCodeR-1.5B.Q4_K_S.gguf +3 -0
- ArcherCodeR-1.5B.Q5_K_M.gguf +3 -0
- ArcherCodeR-1.5B.Q5_K_S.gguf +3 -0
- ArcherCodeR-1.5B.Q6_K.gguf +3 -0
- ArcherCodeR-1.5B.Q8_0.gguf +3 -0
- ArcherCodeR-1.5B.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ 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 |
+
ArcherCodeR-1.5B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
ArcherCodeR-1.5B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
ArcherCodeR-1.5B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
ArcherCodeR-1.5B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
ArcherCodeR-1.5B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
ArcherCodeR-1.5B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
ArcherCodeR-1.5B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
ArcherCodeR-1.5B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
ArcherCodeR-1.5B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
ArcherCodeR-1.5B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
ArcherCodeR-1.5B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
ArcherCodeR-1.5B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
ArcherCodeR-1.5B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5f2768557cec498440b294638ec9fa116192e98abab22118af3534b3da9890a
|
| 3 |
+
size 1026163168
|
ArcherCodeR-1.5B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fd6c2af48d83263eefb576b557a0b7fc0c60e8a115831d6445c0c68726438ae
|
| 3 |
+
size 752881120
|
ArcherCodeR-1.5B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80cbd2ea83e0da10713e3fddb0d3ddc7ae85d364854d012f2fd9527e763f592b
|
| 3 |
+
size 980441056
|
ArcherCodeR-1.5B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bb225804adbab603eefc37f3e4e5860000c6feab25e06db56fc967ba9f0005a
|
| 3 |
+
size 924456928
|
ArcherCodeR-1.5B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b3f86204ff100c86ec289fb52988ef7962557f23746f30ad96e22b2008eacec
|
| 3 |
+
size 861222880
|
ArcherCodeR-1.5B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7824b03332cfa1001d1c48ef64ed5adf5eaaa819c7f34abcf8b31e43476324d6
|
| 3 |
+
size 1117321696
|
ArcherCodeR-1.5B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98265f17f8d08e653ac0b4abdda561b514eca6fc647faa5ce449d7b6490c8cd4
|
| 3 |
+
size 1071585760
|
ArcherCodeR-1.5B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad0db6e5bc8ba5584ec1378c42053d16422e6cc1d671754174d514da2cb72f64
|
| 3 |
+
size 1285495264
|
ArcherCodeR-1.5B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00c301b652729efe4b9345929e9d9a1a799e70030d8d6dec8de501616d950ae4
|
| 3 |
+
size 1259174368
|
ArcherCodeR-1.5B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baf36da31e966a444a32e4287b4e63e87e44272ca05bb706b724d12c99f70392
|
| 3 |
+
size 1464179680
|
ArcherCodeR-1.5B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e336f5addb94741d13bddbb9cebbf90d3f31cea2e7a6a3c2a03182026765023d
|
| 3 |
+
size 1894533088
|
ArcherCodeR-1.5B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d740ec83491bcf113585b53c8d02bf7692f084189546186958232867b37c24f
|
| 3 |
+
size 3560417248
|