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
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/fastflowlm/fastflowlm/build-environment
images: ghcr.io/rocm/fastflowlm/build-environment
tags: |
type=raw,value=${{ matrix.distro }}${{ matrix.release }}
type=raw,value=latest,enable=${{ matrix.release == '26.04' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-portable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: "13"

container:
image: ghcr.io/fastflowlm/fastflowlm/build-environment:${{ matrix.distro }}${{ matrix.version }}
image: ghcr.io/rocm/fastflowlm/build-environment:${{ matrix.distro }}${{ matrix.version }}
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
distro: "debian"

container:
image: ghcr.io/fastflowlm/fastflowlm/build-environment:${{ matrix.distro }}${{ matrix.version }}
image: ghcr.io/rocm/fastflowlm/build-environment:${{ matrix.distro }}${{ matrix.version }}
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE
FROM ${BASE_IMAGE}

LABEL org.opencontainers.image.description="FastFlowLM build environment with all dependencies pre-installed"
LABEL org.opencontainers.image.source="https://github.com/FastFlowLM/FastFlowLM"
LABEL org.opencontainers.image.source="https://github.com/ROCm/FastFlowLM"

# Prevent interactive prompts during installation
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Run large language models — now with **Vision**, **Audio**, **Embedding** and

## 🔗 Quick Links

🔽 **[Download](https://github.com/FastFlowLM/FastFlowLM/releases/latest/download/flm-setup.exe)** | 📊 **[Benchmarks](https://fastflowlm.com/docs/benchmarks/)** | 📦 **[Model List](https://fastflowlm.com/docs/models/)**
🔽 **[Download](https://github.com/ROCm/FastFlowLM/releases/latest/download/flm-setup.exe)** | 📊 **[Benchmarks](https://fastflowlm.com/docs/benchmarks/)** | 📦 **[Model List](https://fastflowlm.com/docs/models/)**

🐧 **[Linux Getting Started Guide](./docs/linux-getting-started.md)**

Expand All @@ -33,7 +33,7 @@ Run large language models — now with **Vision**, **Audio**, **Embedding** and

## 🚀 Quick Start

A packaged FLM Windows installer is available here: [**flm-setup.exe**](https://github.com/FastFlowLM/FastFlowLM/releases/latest/download/flm-setup.exe). For more details, see the [release notes](https://github.com/FastFlowLM/FastFlowLM/releases/).
A packaged FLM Windows installer is available here: [**flm-setup.exe**](https://github.com/ROCm/FastFlowLM/releases/latest/download/flm-setup.exe). For more details, see the [release notes](https://github.com/ROCm/FastFlowLM/releases/).

📺 [**Watch the quick start video (Windows)**](https://www.youtube.com/watch?v=mYOfDNkyBII)

Expand All @@ -57,7 +57,7 @@ flm run llama3.2:1b
> - During installation on Windows, you can select a different base folder (e.g., if you choose `C:\Users\<USER>\flm`, models will be saved under `C:\Users\<USER>\flm\models\`).
> - On Linux, you can override the default location by setting the `FLM_MODEL_PATH` environment variable.
> - To disable the startup version check, set `FLM_DISABLE_UPDATE_CHECK=1`.
> - ⚠️ If HuggingFace is not accessible in your region, manually download the model ([check this issue](https://github.com/FastFlowLM/FastFlowLM/issues/2)) and place it in the chosen directory.
> - ⚠️ If HuggingFace is not accessible in your region, manually download the model ([check this issue](https://github.com/ROCm/FastFlowLM/issues/2)) and place it in the chosen directory.

🎉🚀 FastFlowLM (FLM) is ready — your NPU is unlocked and you can start chatting with models right away!

Expand Down Expand Up @@ -115,12 +115,12 @@ No model rewrites, no tuning — it just works.
- These NPU-accelerated binary kernels are completely free for any use, including commercial use.
- Please acknowledge FastFlowLM in your README/project page (or product) as follows:
```
Powered by [FastFlowLM](https://github.com/FastFlowLM/FastFlowLM)
Powered by [FastFlowLM](https://github.com/ROCm/FastFlowLM)
```

---

💬 Have **feedback/issues** or want **early access** to our new releases? [Open an issue](https://github.com/fastflowlm/fastflowlm/issues/new) or [Join our Discord community](https://discord.gg/z24t23HsHF)
💬 Have **feedback/issues** or want **early access** to our new releases? [Open an issue](https://github.com/ROCm/FastFlowLM/issues/new) or [Join our Discord community](https://discord.gg/z24t23HsHF)

---

Expand Down Expand Up @@ -152,7 +152,7 @@ More details on the exact procedure, with dependencies to be installed, for linu
1. **Clone the repository:**

```bash
git clone --recursive https://github.com/FastFlowLM/FastFlowLM.git
git clone --recursive https://github.com/ROCm/FastFlowLM.git
cd FastFlowLM/src
```

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ nav_links:

cta_links:
- label: GitHub
url: "https://github.com/FastFlowLM/FastFlowLM"
url: "https://github.com/ROCm/FastFlowLM"
icon: github
- label: Discord
url: "https://discord.com/invite/jtWZdMJ8ee?utm_source=site"
Expand Down
6 changes: 3 additions & 3 deletions docs/_includes/hero-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ <h1 class="headline-xl">
efficiency than GPU-first stacks.
</p>
<div class="btn-row">
<a class="btn btn--primary" href="https://github.com/FastFlowLM/FastFlowLM/releases/latest/download/flm-setup.exe" target="_blank" rel="noreferrer">Download FastFlowLM</a>
<a class="btn btn--ghost" href="https://github.com/FastFlowLM/FastFlowLM" target="_blank"
<a class="btn btn--primary" href="https://github.com/ROCm/FastFlowLM/releases/latest/download/flm-setup.exe" target="_blank" rel="noreferrer">Download FastFlowLM</a>
<a class="btn btn--ghost" href="https://github.com/ROCm/FastFlowLM" target="_blank"
rel="noreferrer">GitHub</a>
<a class="btn btn--ghost" href="{{ '/benchmarks/' | relative_url }}">Benchmarks</a>
<a class="btn btn--ghost" href="{{ '/models/' | relative_url }}">Models</a>
Expand Down Expand Up @@ -42,7 +42,7 @@ <h1 class="headline-xl">
<span class="code-card__dot"></span>
<span class="code-card__title">fastflow.ps1</span>
</div>
<pre><code>Invoke-WebRequest https://github.com/FastFlowLM/FastFlowLM/releases/latest/download/flm-setup.exe `
<pre><code>Invoke-WebRequest https://github.com/ROCm/FastFlowLM/releases/latest/download/flm-setup.exe `
-OutFile flm-setup.exe
Start-Process .\flm-setup.exe -Wait

Expand Down
2 changes: 1 addition & 1 deletion docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sections:
Liquid shortcodes + markdown tables keep everything portable.
ctas:
- label: "Edit on GitHub"
href: "https://github.com/FastFlowLM/FastFlowLM/tree/main/docs"
href: "https://github.com/ROCm/FastFlowLM/tree/main/docs"
style: ghost
external: true
right:
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/install_lin.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Get set up and then show us what you build!

## 📢 FastFlowLM Linux Support

[FastFlowLM](https://github.com/FastFlowLM/FastFlowLM) is a lightweight LLM runtime optimized for **AMD NPUs**.
[FastFlowLM](https://github.com/ROCm/FastFlowLM) is a lightweight LLM runtime optimized for **AMD NPUs**.
Today, FastFlowLM is adding support for **Ubuntu, Arch, and other distros** to enable **fast, low-power LLMs** on **Ryzen™ AI PCs that run Linux**.

This article will help you:
Expand Down Expand Up @@ -102,7 +102,7 @@ sudo reboot
```

#### 4. Install FastFlowLM
- Download the latest `.deb` package from the [Releases page](https://github.com/FastFlowLM/FastFlowLM/releases):
- Download the latest `.deb` package from the [Releases page](https://github.com/ROCm/FastFlowLM/releases):

```sh
sudo apt install ./fastflowlm*.deb
Expand Down Expand Up @@ -168,7 +168,7 @@ If `flm validate` passes but `flm run` fails with `No such device with index '0'

1. Clone the repository:
```sh
git clone https://github.com/FastFlowLM/FastFlowLM.git
git clone https://github.com/ROCm/FastFlowLM.git
cd FastFlowLM
```
2. Build:
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/install_win.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You must have AMD NPU driver **version number >= 32.0.203.304** (`.304` is the m
## 💾 Install FastFlowLM (Windows)

A packaged FLM Windows installer is available here:
[**flm-setup.exe**](https://github.com/FastFlowLM/FastFlowLM/releases/latest/download/flm-setup.exe)
[**flm-setup.exe**](https://github.com/ROCm/FastFlowLM/releases/latest/download/flm-setup.exe)

> To install silently, open PowerShell, navigate (`cd`) to the download folder, and run:

Expand All @@ -46,7 +46,7 @@ If you see **"Windows protected your PC"**, click **More info**, then select **R

📺 [**Watch the quick start video**](https://www.youtube.com/watch?v=mYOfDNkyBII)

For version history and changelog, see the [release notes](https://github.com/FastFlowLM/FastFlowLM/releases/).
For version history and changelog, see the [release notes](https://github.com/ROCm/FastFlowLM/releases/).

---

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/instructions/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ Example:
* **No quotes** around the prompt
* File must be plain text (readable in Notepad)

👉 [Download a sample prompt (around 40k tokens)](https://github.com/FastFlowLM/FastFlowLM/blob/main/assets/alice_in_wonderland.txt)
👉 [Download a sample prompt (around 40k tokens)](https://github.com/ROCm/FastFlowLM/blob/main/assets/alice_in_wonderland.txt)

> ⚠️ **Caution:** a model’s supported context length is limited by available DRAM capacity. For example, with **32 GB** of DRAM, **LLaMA 3.1:8B** cannot run beyond a **32K** context length. For the full **128K** context, we recommend larger memory system.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/instructions/server/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ gc.collect()

You can load a full `.txt` file as a prompt — useful for long documents or testing large context windows.

👉 [Download the sample prompt](https://github.com/FastFlowLM/FastFlowLM/blob/main/assets/alice_in_wonderland.txt)
👉 [Download the sample prompt](https://github.com/ROCm/FastFlowLM/blob/main/assets/alice_in_wonderland.txt)

Download to Downloads folder. This contains over 38k token, thus may take longer to prompt. FastFlowLM supports full context length (32k–128k), making it ideal for processing long documents like this

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/instructions/server/rag_LangChain.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This guide walks you through building a **Retrieval-Augmented Generation (RAG)**
### ✅ Install FastFlowLM (local server)

Download from GitHub Releases:
👉 https://github.com/FastFlowLM/FastFlowLM
👉 https://github.com/ROCm/FastFlowLM

Launch the server:

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/instructions/server/websearch_LangChain.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project demonstrates how to build a lightweight Retrieval-Augmented Generat

- Windows machine
- Python 3.9 or later
- [FastFlowLM](https://github.com/FastFlowLM/FastFlowLM) installed
- [FastFlowLM](https://github.com/ROCm/FastFlowLM) installed
- FastFlowLM model served (e.g., `llama3.2:1b`)

---
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ sections:
The FastFlowLM team is now part of AMD.
ctas:
- label: "Download FastFlowLM (Windows)"
href: "https://github.com/FastFlowLM/FastFlowLM/releases/latest/download/flm-setup.exe"
href: "https://github.com/ROCm/FastFlowLM/releases/latest/download/flm-setup.exe"
style: primary
external: true
- label: "GitHub"
href: "https://github.com/FastFlowLM/FastFlowLM"
href: "https://github.com/ROCm/FastFlowLM"
style: ghost
external: true
- label: "Models"
Expand Down Expand Up @@ -166,7 +166,7 @@ sections:
code_blocks:
- title: "CLI"
content: |
Invoke-WebRequest https://github.com/FastFlowLM/FastFlowLM/releases/latest/download/flm-setup.exe `
Invoke-WebRequest https://github.com/ROCm/FastFlowLM/releases/latest/download/flm-setup.exe `
-OutFile flm-setup.exe
Start-Process .\flm-setup.exe -Wait
flm pull llama3.2:3b
Expand Down
4 changes: 2 additions & 2 deletions docs/linux-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sudo reboot
```

#### 4. Install FastFlowLM
- Download the latest `.deb` package from the [Releases page](https://github.com/FastFlowLM/FastFlowLM/releases):
- Download the latest `.deb` package from the [Releases page](https://github.com/ROCm/FastFlowLM/releases):

```sh
sudo apt install ./fastflowlm*.deb
Expand Down Expand Up @@ -127,7 +127,7 @@ In short: if 1.1 firmware breaks probing on stock 6.19, do not keep forcing the

2. Clone the repository and pull all submodules:
```sh
git clone --recursive https://github.com/FastFlowLM/FastFlowLM.git
git clone --recursive https://github.com/ROCm/FastFlowLM.git
cd FastFlowLM
```
3. Build:
Expand Down
2 changes: 1 addition & 1 deletion docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sections:
title: "Stay in the loop"
ctas:
- label: "Release notes"
href: "https://github.com/FastFlowLM/FastFlowLM/releases"
href: "https://github.com/ROCm/FastFlowLM/releases"
style: primary
external: true
- label: "Discord"
Expand Down
2 changes: 1 addition & 1 deletion docs/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sections:
Stay up to date with FastFlowLM releases, community highlights, and technical deep dives.
ctas:
- label: "GitHub Releases"
href: "https://github.com/FastFlowLM/FastFlowLM/releases"
href: "https://github.com/ROCm/FastFlowLM/releases"
style: primary
external: true
- label: "Join Discord"
Expand Down
2 changes: 1 addition & 1 deletion docs/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ sections:
href: "mailto:info@fastflowlm.com"
style: primary
- label: "Open an issue"
href: "https://github.com/FastFlowLM/FastFlowLM/issues/new"
href: "https://github.com/ROCm/FastFlowLM/issues/new"
style: ghost
external: true
---
Expand Down
Loading