Instructions to use mradermacher/InfiGUI-G1-3B-Android-Control-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/InfiGUI-G1-3B-Android-Control-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/InfiGUI-G1-3B-Android-Control-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/InfiGUI-G1-3B-Android-Control-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/InfiGUI-G1-3B-Android-Control-GGUF", filename="InfiGUI-G1-3B-Android-Control.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/InfiGUI-G1-3B-Android-Control-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/InfiGUI-G1-3B-Android-Control-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 mradermacher/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/InfiGUI-G1-3B-Android-Control-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/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/InfiGUI-G1-3B-Android-Control-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/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/InfiGUI-G1-3B-Android-Control-GGUF with Ollama:
ollama run hf.co/mradermacher/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/InfiGUI-G1-3B-Android-Control-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/InfiGUI-G1-3B-Android-Control-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/InfiGUI-G1-3B-Android-Control-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/InfiGUI-G1-3B-Android-Control-GGUF to start chatting
- Pi
How to use mradermacher/InfiGUI-G1-3B-Android-Control-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf mradermacher/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/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/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use mradermacher/InfiGUI-G1-3B-Android-Control-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf mradermacher/InfiGUI-G1-3B-Android-Control-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/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M
Run Hermes
hermes
- Docker Model Runner
How to use mradermacher/InfiGUI-G1-3B-Android-Control-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/InfiGUI-G1-3B-Android-Control-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/InfiGUI-G1-3B-Android-Control-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.InfiGUI-G1-3B-Android-Control-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from nico1
Browse files- .gitattributes +12 -0
- InfiGUI-G1-3B-Android-Control.IQ4_XS.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.Q2_K.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.Q3_K_L.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.Q3_K_M.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.Q3_K_S.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.Q4_K_M.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.Q4_K_S.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.Q5_K_M.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.Q5_K_S.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.Q6_K.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.Q8_0.gguf +3 -0
- InfiGUI-G1-3B-Android-Control.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
InfiGUI-G1-3B-Android-Control.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
InfiGUI-G1-3B-Android-Control.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
InfiGUI-G1-3B-Android-Control.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
InfiGUI-G1-3B-Android-Control.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
InfiGUI-G1-3B-Android-Control.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
InfiGUI-G1-3B-Android-Control.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
InfiGUI-G1-3B-Android-Control.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
InfiGUI-G1-3B-Android-Control.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
InfiGUI-G1-3B-Android-Control.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
InfiGUI-G1-3B-Android-Control.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
InfiGUI-G1-3B-Android-Control.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
InfiGUI-G1-3B-Android-Control.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
InfiGUI-G1-3B-Android-Control.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
InfiGUI-G1-3B-Android-Control.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
InfiGUI-G1-3B-Android-Control.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
InfiGUI-G1-3B-Android-Control.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
InfiGUI-G1-3B-Android-Control.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb46ff398282edbc5fbfb3acc95399670df92020708477c16e5414279c6b7d42
|
| 3 |
+
size 1753185472
|
InfiGUI-G1-3B-Android-Control.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cfe293de1a528a21878480f49e255ad8115803a7aa96687f75ae085ad3ee68e
|
| 3 |
+
size 1274756288
|
InfiGUI-G1-3B-Android-Control.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b52c07d4d378fa6c84414f1843d94b74415f619a65f300e70ff4b8b7e033606
|
| 3 |
+
size 1707392192
|
InfiGUI-G1-3B-Android-Control.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abf61672fb3bc3037e3783f1423111019b554650b6c507fc69149596e1f52ab7
|
| 3 |
+
size 1590475968
|
InfiGUI-G1-3B-Android-Control.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c1e1f9d6bc6cf15f39cc87a8314fc5d912023a0b8bbb19742ae8c20637d71d2
|
| 3 |
+
size 1454357696
|
InfiGUI-G1-3B-Android-Control.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:276038ff0c7951c6b3b949cee40b85d03cb26fb77b940e2e84160194bcf3f2ff
|
| 3 |
+
size 1929903296
|
InfiGUI-G1-3B-Android-Control.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25b9854c3febddf0868910c203c9b8bd856f3ec9a9a990b6a142c6845756e10e
|
| 3 |
+
size 1834384576
|
InfiGUI-G1-3B-Android-Control.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dfc440a6421fd9a1e94bbe41302ef112687e84bb78deac2dd102b9b1feff7b2
|
| 3 |
+
size 2224815296
|
InfiGUI-G1-3B-Android-Control.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:865bcf958692a07e0dd73cd90020de6b1a3be8c7935823488b728f96105e5408
|
| 3 |
+
size 2169666752
|
InfiGUI-G1-3B-Android-Control.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7649371c4d5ed729b0ac2b3c7931c9526d47bf1910c765cde251a8e7671c5dc4
|
| 3 |
+
size 2538159296
|
InfiGUI-G1-3B-Android-Control.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2152e110269e7fe88f0d7cae5c7880a177de646a6728ac126608275ad07c6117
|
| 3 |
+
size 3285476544
|
InfiGUI-G1-3B-Android-Control.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08d9e120ddcae020a02fd501fac6421d93e99399e66fa987d07e9bb2a7a991be
|
| 3 |
+
size 6178317504
|