From b5dcb446c3773802252980e2ec01abeabae25dc3 Mon Sep 17 00:00:00 2001 From: zaneni6 Date: Fri, 7 Aug 2026 12:26:18 -0700 Subject: [PATCH] chore: repo transfer --- .github/workflows/build-container.yml | 2 +- .github/workflows/debian-portable.yml | 2 +- .github/workflows/ubuntu-build.yml | 2 +- Dockerfile | 2 +- README.md | 12 ++++++------ docs/_config.yml | 2 +- docs/_includes/hero-home.html | 6 +++--- docs/docs.md | 2 +- docs/docs/install_lin.md | 6 +++--- docs/docs/install_win.md | 4 ++-- docs/docs/instructions/cli.md | 2 +- docs/docs/instructions/server/openapi.md | 2 +- docs/docs/instructions/server/rag_LangChain.md | 2 +- docs/docs/instructions/server/websearch_LangChain.md | 2 +- docs/index.md | 6 +++--- docs/linux-getting-started.md | 4 ++-- docs/models.md | 2 +- docs/news.md | 2 +- docs/team.md | 2 +- 19 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 331aa000..15e5c5c3 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -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' }} diff --git a/.github/workflows/debian-portable.yml b/.github/workflows/debian-portable.yml index 38b138f6..178c634c 100644 --- a/.github/workflows/debian-portable.yml +++ b/.github/workflows/debian-portable.yml @@ -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 }} diff --git a/.github/workflows/ubuntu-build.yml b/.github/workflows/ubuntu-build.yml index f04ed464..bfe65612 100644 --- a/.github/workflows/ubuntu-build.yml +++ b/.github/workflows/ubuntu-build.yml @@ -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 }} diff --git a/Dockerfile b/Dockerfile index d19d9ada..b75f4bb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 0872a033..adcbad04 100644 --- a/README.md +++ b/README.md @@ -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)** @@ -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) @@ -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\\flm`, models will be saved under `C:\Users\\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! @@ -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) --- @@ -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 ``` diff --git a/docs/_config.yml b/docs/_config.yml index 68036d24..26413e7b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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" diff --git a/docs/_includes/hero-home.html b/docs/_includes/hero-home.html index 6a65f872..46587fe5 100644 --- a/docs/_includes/hero-home.html +++ b/docs/_includes/hero-home.html @@ -11,8 +11,8 @@

efficiency than GPU-first stacks.

- Download FastFlowLM - Download FastFlowLM + GitHub Benchmarks Models @@ -42,7 +42,7 @@

fastflow.ps1

-
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
 
diff --git a/docs/docs.md b/docs/docs.md
index 27f7ea02..4bb80167 100644
--- a/docs/docs.md
+++ b/docs/docs.md
@@ -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:
diff --git a/docs/docs/install_lin.md b/docs/docs/install_lin.md
index f58fcd52..3f4e36ba 100644
--- a/docs/docs/install_lin.md
+++ b/docs/docs/install_lin.md
@@ -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:
@@ -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
@@ -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:
diff --git a/docs/docs/install_win.md b/docs/docs/install_win.md
index c9331c61..06af47ac 100644
--- a/docs/docs/install_win.md
+++ b/docs/docs/install_win.md
@@ -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:
 
@@ -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/).
 
 ---
 
diff --git a/docs/docs/instructions/cli.md b/docs/docs/instructions/cli.md
index 2cc1dd12..bea46999 100644
--- a/docs/docs/instructions/cli.md
+++ b/docs/docs/instructions/cli.md
@@ -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.
 
diff --git a/docs/docs/instructions/server/openapi.md b/docs/docs/instructions/server/openapi.md
index f9b109f2..8b68f4f4 100644
--- a/docs/docs/instructions/server/openapi.md
+++ b/docs/docs/instructions/server/openapi.md
@@ -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
 
diff --git a/docs/docs/instructions/server/rag_LangChain.md b/docs/docs/instructions/server/rag_LangChain.md
index ecd41d56..1808b59e 100644
--- a/docs/docs/instructions/server/rag_LangChain.md
+++ b/docs/docs/instructions/server/rag_LangChain.md
@@ -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:
 
diff --git a/docs/docs/instructions/server/websearch_LangChain.md b/docs/docs/instructions/server/websearch_LangChain.md
index 2c20b5c9..7a30e8eb 100644
--- a/docs/docs/instructions/server/websearch_LangChain.md
+++ b/docs/docs/instructions/server/websearch_LangChain.md
@@ -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`)
 
 ---
diff --git a/docs/index.md b/docs/index.md
index faa83a90..f2f84592 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -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"
@@ -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
diff --git a/docs/linux-getting-started.md b/docs/linux-getting-started.md
index 65e0b0a4..8b65a74d 100644
--- a/docs/linux-getting-started.md
+++ b/docs/linux-getting-started.md
@@ -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
@@ -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:
diff --git a/docs/models.md b/docs/models.md
index 46b1a53f..a8ff0cc5 100644
--- a/docs/models.md
+++ b/docs/models.md
@@ -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"
diff --git a/docs/news.md b/docs/news.md
index c72e8e29..c176406a 100644
--- a/docs/news.md
+++ b/docs/news.md
@@ -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"
diff --git a/docs/team.md b/docs/team.md
index bdffe037..54349122 100644
--- a/docs/team.md
+++ b/docs/team.md
@@ -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
 ---