Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/docs/instructions/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,12 +542,18 @@ Example:

Use the FLM benchmarking tool to measure a model's performance across different context lengths.

Each benchmark tests context lengths from `1k` to `32k`, running `8` iterations at each length.
Each benchmark tests context lengths from `1k` to `32k`, running `2` iterations at each length.

```shell
flm bench llama3.2:1b
```

Change the iteration times by `bench-iteratons`:

```shell
flm bench llama3.2:1b --bench-iteratons 4
```

FLM prints the results in your terminal and also saves them as a CSV file in the current folder for later reference.

```text
Expand Down
25 changes: 25 additions & 0 deletions docs/docs/models/SmolVLA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: docs
title: SmolVLA
nav_order: 12
parent: Models
---

## 🧩 Model Card: [SmolVLA](https://huggingface.co/lerobot/smolvla_base)

- **Type:** Vision-Language-Action
- **Think:** No
- **Tool Calling Support:** No
- **Base Model:** [lerobot/smolvla_base](https://huggingface.co/lerobot/smolvla_base)
- **Quantization:** bf16
- **Max Context Length:** 48 tokens
- **Max Camera Input:** 3 images

📝 **Note:**

- SmolVLA is a robotics policy model that maps camera images and language instructions directly to robot actions — it does not run in FLM's standard CLI or Server chat modes.
- For detailed usage instructions, please refer to:
- HuggingFace: [FastFlowLM/smolvla](https://huggingface.co/FastFlowLM/smolvla)
- ModelScope: [amd/smolvla](https://modelscope.cn/models/amd/smolvla)

---
3 changes: 2 additions & 1 deletion docs/docs/models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ has_children: true
- [Phi](phi/)
- [Nanbeige](nanbeige/)
- [Whisper](whisper/)
- [Embedding Gemma](embeddinggemma/)
- [Embedding Gemma](embeddinggemma/)
- [SmolVLA](smolvla/)
Loading