Skip to content
Closed
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
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: Report a bug to help us improve slime. Please check the docs and existing issues before submitting.
description: Report a bug to help us improve Vime. Please check the docs and existing issues before submitting.
title: "[Bug] "
labels: ["bug"]
body:
Expand All @@ -8,13 +8,13 @@ body:
value: |
Thank you for taking the time to report a bug!

> **Note:** slime's open-source collaboration is currently focused on **bug fixes** and **general-purpose RL optimizations**.
> Feature requests are outside our current scope — please see [CONTRIBUTING.md](https://github.com/THUDM/slime/blob/main/CONTRIBUTING.md) for details.
> **Note:** Vime's open-source collaboration is currently focused on **bug fixes** and **general-purpose RL optimizations**.
> Feature requests are outside our current scope — please see [CONTRIBUTING.md](https://github.com/vllm-project/vime/blob/main/CONTRIBUTING.md) for details.

Before submitting, please make sure you have:
- [ ] Read the [documentation](https://thudm.github.io/slime/) and [FAQ](https://thudm.github.io/slime/en/get_started/qa.html)
- [ ] Searched [existing issues](https://github.com/THUDM/slime/issues) to avoid duplicates
- [ ] Reproduced the issue with the latest version of slime
- [ ] Read the [documentation](https://vllm-project.github.io/vime/) and [FAQ](https://vllm-project.github.io/vime/en/get_started/qa.html)
- [ ] Searched [existing issues](https://github.com/vllm-project/vime/issues) to avoid duplicates
- [ ] Reproduced the issue with the latest version of Vime

- type: textarea
id: description
Expand Down Expand Up @@ -60,9 +60,9 @@ body:
attributes:
label: Environment
description: |
Please provide your environment details. You can run `pip show slime` and `python -c "import torch; print(torch.__version__)"` to get some of this info.
value: |
- slime version:
Please provide your environment details. You can run `pip show vime` and `python -c "import torch; print(torch.__version__)"` to get some of this info.
value: |
- Vime version:
- Python version:
- PyTorch version:
- CUDA version:
Expand Down Expand Up @@ -93,11 +93,11 @@ body:
attributes:
label: Pre-submission Checklist
options:
- label: I have read the [CONTRIBUTING.md](https://github.com/THUDM/slime/blob/main/CONTRIBUTING.md) and understand the collaboration scope.
- label: I have read the [CONTRIBUTING.md](https://github.com/vllm-project/vime/blob/main/CONTRIBUTING.md) and understand the collaboration scope.
required: true
- label: I have read the [documentation](https://thudm.github.io/slime/) and my issue is not addressed there.
- label: I have read the [documentation](https://vllm-project.github.io/vime/) and my issue is not addressed there.
required: true
- label: I have searched for [existing issues](https://github.com/THUDM/slime/issues) and this is not a duplicate.
- label: I have searched for [existing issues](https://github.com/vllm-project/vime/issues) and this is not a duplicate.
required: true
- label: I have provided a minimal, reproducible example.
required: true
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
blank_issues_enabled: false
contact_links:
- name: Collaboration Scope / 协作范围
url: https://github.com/THUDM/slime/blob/main/CONTRIBUTING.md
url: https://github.com/vllm-project/vime/blob/main/CONTRIBUTING.md
about: |
Please read before submitting. We welcome bug reports and general RL optimizations; feature requests are currently outside our scope.
提交前请阅读。我们欢迎 bug 报告和通用 RL 优化,feature request 暂时不在协作范围内。
- name: Documentation
url: https://thudm.github.io/slime/
url: https://vllm-project.github.io/vime/
about: Please check the documentation before opening an issue. Many common questions are already answered there.
- name: Q&A / FAQ
url: https://thudm.github.io/slime/en/get_started/qa.html
url: https://vllm-project.github.io/vime/en/get_started/qa.html
about: Check the FAQ — your question might already have an answer.
- name: Discussions
url: https://github.com/THUDM/slime/discussions
url: https://github.com/vllm-project/vime/discussions
about: For general questions and open-ended conversations, please use GitHub Discussions instead.
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Question / Help
description: Ask a question about using slime. Please check the docs and FAQ first.
description: Ask a question about using Vime. Please check the docs and FAQ first.
title: "[Question] "
labels: ["question"]
body:
Expand All @@ -8,16 +8,16 @@ body:
value: |
Thank you for reaching out!

> **Note:** slime's open-source collaboration is currently focused on **bug fixes** and **general-purpose RL optimizations**.
> Feature requests are outside our current scope — please see [CONTRIBUTING.md](https://github.com/THUDM/slime/blob/main/CONTRIBUTING.md) for details.
> **Note:** Vime's open-source collaboration is currently focused on **bug fixes** and **general-purpose RL optimizations**.
> Feature requests are outside our current scope — please see [CONTRIBUTING.md](https://github.com/vllm-project/vime/blob/main/CONTRIBUTING.md) for details.

Before asking, please make sure you have checked:
- [Quick Start Guide](https://thudm.github.io/slime/en/get_started/quick_start.html)
- [Usage Guide](https://thudm.github.io/slime/en/get_started/usage.html)
- [FAQ](https://thudm.github.io/slime/en/get_started/qa.html)
- [Examples](https://github.com/THUDM/slime/tree/main/examples)
- [Quick Start Guide](https://vllm-project.github.io/vime/en/get_started/quick_start.html)
- [Usage Guide](https://vllm-project.github.io/vime/en/get_started/usage.html)
- [FAQ](https://vllm-project.github.io/vime/en/get_started/qa.html)
- [Examples](https://github.com/vllm-project/vime/tree/main/examples)

Many common questions are already covered in the documentation above. If your question is about general usage or open-ended discussion, consider using [GitHub Discussions](https://github.com/THUDM/slime/discussions) instead.
Many common questions are already covered in the documentation above. If your question is about general usage or open-ended discussion, consider using [GitHub Discussions](https://github.com/vllm-project/vime/discussions) instead.

- type: textarea
id: question
Expand Down Expand Up @@ -46,7 +46,7 @@ body:
label: Environment (if relevant)
description: If your question is related to setup or runtime behavior, please provide your environment details.
value: |
- slime version:
- Vime version:
- Python version:
- PyTorch version:
- CUDA version:
Expand All @@ -64,9 +64,9 @@ body:
attributes:
label: Pre-submission Checklist
options:
- label: I have read the [CONTRIBUTING.md](https://github.com/THUDM/slime/blob/main/CONTRIBUTING.md) and understand the collaboration scope.
- label: I have read the [CONTRIBUTING.md](https://github.com/vllm-project/vime/blob/main/CONTRIBUTING.md) and understand the collaboration scope.
required: true
- label: I have read the [documentation](https://thudm.github.io/slime/) and [FAQ](https://thudm.github.io/slime/en/get_started/qa.html) and my question is not answered there.
- label: I have read the [documentation](https://vllm-project.github.io/vime/) and [FAQ](https://vllm-project.github.io/vime/en/get_started/qa.html) and my question is not answered there.
required: true
- label: I have searched for [existing issues](https://github.com/THUDM/slime/issues) and my question has not been asked before.
- label: I have searched for [existing issues](https://github.com/vllm-project/vime/issues) and my question has not been asked before.
required: true
4 changes: 2 additions & 2 deletions .github/workflows/release-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.repository == 'THUDM/slime'
if: github.repository == 'vllm-project/vime'
permissions:
contents: write
steps:
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/en
publish_dir: ./docs/build/en
Loading