diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b2277b4..bdf3f69 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] permissions: contents: read diff --git a/README-zh.md b/README-zh.md index 3f07df7..9549511 100644 --- a/README-zh.md +++ b/README-zh.md @@ -44,7 +44,7 @@ FlexRAG 是一个灵活的高性能框架,专为检索增强生成 (RAG) 任 - **轻量化**: FlexRAG 采用最少的开销设计,高效且易于集成到您的项目中。 # 📢 最新消息 -- **2025-01-08**: FlexRAG 现已支持 Windows 和 MacOS 系统,您可以直接通过 `pip install flexrag` 来安装。 +- **2025-01-08**: FlexRAG 现已支持 Windows 系统,您可以直接通过 `pip install flexrag` 来安装。 - **2025-01-08**: FlexRAG 在单跳QA数据集上的基准测试现已公开,详情请参考 [benchmarks](benchmarks/README.md) 页面。 - **2025-01-05**: FlexRAG 的[文档](https://flexrag.readthedocs.io/en/latest/)现已上线。 diff --git a/README.md b/README.md index 5af19cc..2e0bf76 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ https://github.com/user-attachments/assets/4dfc0ec9-686b-40e2-b1f0-daa2b918e093 - **Lightweight**: Designed with minimal overhead, FlexRAG is efficient and easy to integrate into your project. # 📢 News -- **2025-01-08**: We provide wheels on Windows & MacOS for FlexRAG. You can install FlexRAG via pip on Windows & MacOS now. +- **2025-01-08**: We provide wheels on Windows for FlexRAG. You can install FlexRAG via pip on Windows & MacOS now. - **2025-01-08**: The benchmark of FlexRAG on Single-hop QA tasks is now available. Check out the [benchmarks](benchmarks/README.md) for more details. - **2025-01-05**: Documentation for FlexRAG is now available. Check out the [documentation](https://flexrag.readthedocs.io/en/latest/) for more details.