diff --git a/docs/docs/instructions/cli.md b/docs/docs/instructions/cli.md index bea46999..4b97b173 100644 --- a/docs/docs/instructions/cli.md +++ b/docs/docs/instructions/cli.md @@ -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 diff --git a/docs/docs/models/SmolVLA.md b/docs/docs/models/SmolVLA.md new file mode 100644 index 00000000..470c8f6e --- /dev/null +++ b/docs/docs/models/SmolVLA.md @@ -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) + +--- \ No newline at end of file diff --git a/docs/docs/models/index.md b/docs/docs/models/index.md index 12413ec3..6deb2f56 100644 --- a/docs/docs/models/index.md +++ b/docs/docs/models/index.md @@ -26,4 +26,5 @@ has_children: true - [Phi](phi/) - [Nanbeige](nanbeige/) - [Whisper](whisper/) -- [Embedding Gemma](embeddinggemma/) \ No newline at end of file +- [Embedding Gemma](embeddinggemma/) +- [SmolVLA](smolvla/) \ No newline at end of file