jakmro commited on
Commit
2aab737
Β·
verified Β·
1 Parent(s): 753520e

Update organization README

Browse files
Files changed (1) hide show
  1. README.md +35 -2
README.md CHANGED
@@ -218,7 +218,7 @@ graph.hard_reset();
218
  β”‚ --precision INT4|INT8|FP16 regenerate weights with precision β”‚
219
  β”‚ --reconvert force reconversion from source β”‚
220
  β”‚ --no-rebuild skip building library β”‚
221
- β”‚ --only <test> specific test (llm, vlm, stt, etc) β”‚
222
  β”‚ --ios run on connected iPhone β”‚
223
  β”‚ --android run on connected Android β”‚
224
  β”‚ β”‚
@@ -227,6 +227,39 @@ graph.hard_reset();
227
  β”‚ β”‚
228
  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
229
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  ## Maintaining Organisations
231
 
232
  1. [Cactus Compute, Inc. (YC S25)](https://cactuscompute.com/)
@@ -271,4 +304,4 @@ If you use Cactus in your research, please cite it as follows:
271
  [reddit-url]: https://www.reddit.com/r/cactuscompute/
272
 
273
  [blog-shield]: https://img.shields.io/badge/Blog-555?style=for-the-badge&logo=hashnode&logoColor=white
274
- [blog-url]: https://cactus-compute.github.io/cactus/blog/README/
 
218
  β”‚ --precision INT4|INT8|FP16 regenerate weights with precision β”‚
219
  β”‚ --reconvert force reconversion from source β”‚
220
  β”‚ --no-rebuild skip building library β”‚
221
+ β”‚ --llm / --stt / --performance run specific test suite β”‚
222
  β”‚ --ios run on connected iPhone β”‚
223
  β”‚ --android run on connected Android β”‚
224
  β”‚ β”‚
 
227
  β”‚ β”‚
228
  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
229
  ```
230
+
231
+ ## Supported Models
232
+
233
+ | Model | Features |
234
+ |-------|----------|
235
+ | google/gemma-3-270m-it | completion |
236
+ | google/functiongemma-270m-it | completion, tools |
237
+ | LiquidAI/LFM2-350M | completion, tools, embed |
238
+ | Qwen/Qwen3-0.6B | completion, tools, embed |
239
+ | LiquidAI/LFM2-700M | completion, tools, embed |
240
+ | LiquidAI/LFM2-8B-A1B | completion, tools, embed |
241
+ | google/gemma-3-1b-it | completion |
242
+ | LiquidAI/LFM2-1.2B | completion, tools, embed |
243
+ | LiquidAI/LFM2-1.2B-Tool | completion, tools, embed |
244
+ | LiquidAI/LFM2-1.2B-RAG | completion, tools, embed |
245
+ | LiquidAI/LFM2.5-1.2B-Thinking | completion, tools, embed |
246
+ | LiquidAI/LFM2.5-1.2B-Instruct | completion, tools, embed |
247
+ | Qwen/Qwen3-1.7B | completion, tools, embed |
248
+ | LiquidAI/LFM2-2.6B | completion, tools, embed |
249
+ | LiquidAI/LFM2-VL-450M | vision, txt & img embed, Apple NPU |
250
+ | LiquidAI/LFM2.5-VL-1.6B | vision, txt & img embed, Apple NPU |
251
+ | UsefulSensors/moonshine-base | transcription, speech embed |
252
+ | openai/whisper-tiny | transcription, speech embed, Apple NPU |
253
+ | openai/whisper-base | transcription, speech embed, Apple NPU |
254
+ | openai/whisper-small | transcription, speech embed, Apple NPU |
255
+ | openai/whisper-medium | transcription, speech embed, Apple NPU |
256
+ | nvidia/parakeet-ctc-0.6b | transcribe, speech embed, Apple NPU |
257
+ | nvidia/parakeet-ctc-1.1b | transcribe, speech embed, Apple NPU |
258
+ | nvidia/parakeet-tdt-0.6b-v3 | transcribe, speech embed, Apple NPU |
259
+ | snakers4/silero-vad | vad |
260
+ | nomic-ai/nomic-embed-text-v2-moe | embed |
261
+ | Qwen/Qwen3-Embedding-0.6B | embed |
262
+
263
  ## Maintaining Organisations
264
 
265
  1. [Cactus Compute, Inc. (YC S25)](https://cactuscompute.com/)
 
304
  [reddit-url]: https://www.reddit.com/r/cactuscompute/
305
 
306
  [blog-shield]: https://img.shields.io/badge/Blog-555?style=for-the-badge&logo=hashnode&logoColor=white
307
+ [blog-url]: https://cactus-compute.github.io/cactus/blog/