Text Generation
Transformers
Safetensors
English
qwen3
speculative-decoding
dflash
draft-model
gemma
gemma4
conversational
text-generation-inference
Instructions to use AEON-7/supergemma4-26b-dflash-pilot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AEON-7/supergemma4-26b-dflash-pilot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="AEON-7/supergemma4-26b-dflash-pilot") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("AEON-7/supergemma4-26b-dflash-pilot") model = AutoModel.from_pretrained("AEON-7/supergemma4-26b-dflash-pilot") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use AEON-7/supergemma4-26b-dflash-pilot with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "AEON-7/supergemma4-26b-dflash-pilot" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "AEON-7/supergemma4-26b-dflash-pilot", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/AEON-7/supergemma4-26b-dflash-pilot
- SGLang
How to use AEON-7/supergemma4-26b-dflash-pilot with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "AEON-7/supergemma4-26b-dflash-pilot" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "AEON-7/supergemma4-26b-dflash-pilot", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "AEON-7/supergemma4-26b-dflash-pilot" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "AEON-7/supergemma4-26b-dflash-pilot", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use AEON-7/supergemma4-26b-dflash-pilot with Docker Model Runner:
docker model run hf.co/AEON-7/supergemma4-26b-dflash-pilot
Tip jar: single left-aligned QR column (fix narrow-viewport clipping)
Browse files
README.md
CHANGED
|
@@ -124,31 +124,27 @@ Apache 2.0. This is derived work from the SuperGemma4 26B target.
|
|
| 124 |
|
| 125 |
If this release has been useful, tips are deeply appreciated — they go directly toward more compute, more models, and more open releases.
|
| 126 |
|
| 127 |
-
<table align="
|
| 128 |
-
<tr>
|
| 129 |
-
<
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
<
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
<
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
</
|
| 146 |
-
<
|
| 147 |
-
|
| 148 |
-
<img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/xmr.png" alt="XMR QR" width="200"/><br/>
|
| 149 |
-
<sub><code>836XrSKw4R76vNi3QPJ5Fa9ugcyvE2cWmKSPv3AhpTNNKvqP8v5ba9JRL4Vh7UnFNjDz3E2GXZDVVenu3rkZaNdUFhjAvgd</code></sub>
|
| 150 |
-
</td>
|
| 151 |
-
</tr>
|
| 152 |
</table>
|
| 153 |
|
| 154 |
> **Ethereum L2s (Base, Arbitrum, Optimism, Polygon, etc.) and EVM-compatible tokens** can be sent to the same Ethereum address.
|
|
|
|
| 124 |
|
| 125 |
If this release has been useful, tips are deeply appreciated — they go directly toward more compute, more models, and more open releases.
|
| 126 |
|
| 127 |
+
<table align="left">
|
| 128 |
+
<tr><td align="left">
|
| 129 |
+
<strong>₿ Bitcoin (BTC)</strong><br/>
|
| 130 |
+
<img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/btc.png" alt="QR" width="200"/><br/>
|
| 131 |
+
<sub><code>bc1q09xmzn00q4z3c5raene0f3pzn9d9pvawfm0py4</code></sub>
|
| 132 |
+
</td></tr>
|
| 133 |
+
<tr><td align="left">
|
| 134 |
+
<strong>Ξ Ethereum (ETH)</strong><br/>
|
| 135 |
+
<img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/eth.png" alt="QR" width="200"/><br/>
|
| 136 |
+
<sub><code>0x1512667F6D61454ad531d2E45C0a5d1fd82D0500</code></sub>
|
| 137 |
+
</td></tr>
|
| 138 |
+
<tr><td align="left">
|
| 139 |
+
<strong>◎ Solana (SOL)</strong><br/>
|
| 140 |
+
<img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/sol.png" alt="QR" width="200"/><br/>
|
| 141 |
+
<sub><code>DgQsjHdAnT5PNLQTNpJdpLS3tYGpVcsHQCkpoiAKsw8t</code></sub>
|
| 142 |
+
</td></tr>
|
| 143 |
+
<tr><td align="left">
|
| 144 |
+
<strong>ⓜ Monero (XMR)</strong><br/>
|
| 145 |
+
<img src="https://raw.githubusercontent.com/AEON-7/AEON-7/main/assets/qr/xmr.png" alt="QR" width="200"/><br/>
|
| 146 |
+
<sub><code>836XrSKw4R76vNi3QPJ5Fa9ugcyvE2cWmKSPv3AhpTNNKvqP8v5ba9JRL4Vh7UnFNjDz3E2GXZDVVenu3rkZaNdUFhjAvgd</code></sub>
|
| 147 |
+
</td></tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
</table>
|
| 149 |
|
| 150 |
> **Ethereum L2s (Base, Arbitrum, Optimism, Polygon, etc.) and EVM-compatible tokens** can be sent to the same Ethereum address.
|