Skip to content

Commit 39be303

Browse files
authored
Correct capitalisation: Github -> GitHub (vllm-project#14561)
Signed-off-by: Harry Mellor <[email protected]>
1 parent 001a9c7 commit 39be303

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
const script = require('.github/workflows/scripts/create_release.js')
4040
await script(github, context, core)
4141
42-
# NOTE(simon): No longer build wheel using Github Actions. See buildkite's release workflow.
42+
# NOTE(simon): No longer build wheel using GitHub Actions. See buildkite's release workflow.
4343
# wheel:
4444
# name: Build Wheel
4545
# runs-on: ${{ matrix.os }}

Diff for: .github/workflows/scripts/create_release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Uses Github's API to create the release and wait for result.
1+
// Uses GitHub's API to create the release and wait for result.
22
// We use a JS script since github CLI doesn't provide a way to wait for the release's creation and returns immediately.
33

44
module.exports = async (github, context, core) => {

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ If you use vLLM for your research, please cite our [paper](https://arxiv.org/abs
151151

152152
## Contact Us
153153

154-
- For technical questions and feature requests, please use Github issues or discussions.
154+
- For technical questions and feature requests, please use GitHub issues or discussions.
155155
- For discussing with fellow users and coordinating contributions and development, please use Slack.
156-
- For security disclosures, please use Github's security advisory feature.
156+
- For security disclosures, please use GitHub's security advisory feature.
157157
- For collaborations and partnerships, please contact us at vllm-questions AT lists.berkeley.edu.
158158

159159
## Media Kit

Diff for: vllm/engine/async_llm_engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _log_task_completion(task: asyncio.Task,
6969
error_callback(exception)
7070
raise AsyncEngineDeadError(
7171
"Task finished unexpectedly. This should never happen! "
72-
"Please open an issue on Github. See stack trace above for the "
72+
"Please open an issue on GitHub. See stack trace above for the "
7373
"actual cause.") from e
7474

7575

0 commit comments

Comments
 (0)