Skip to content

Commit

Permalink
add warnings to patches
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Oct 24, 2024
1 parent f043639 commit 9baa8c9
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
██
THIS PATCH IS OUTDATED AND ██░░██
HAS NOT BEEN UPDATED FOR A ██░░░░░░██
LONG TIME. IT WILL BE REMOVED. ██░░░░░░░░░░██
██░░░░░░░░░░██
PLEASE READ THE README.MD ██░░░░░░░░░░░░░░██
IN THIS DIRECTORY TO ██░░░░░░██████░░░░░░██
LEARN MORE. ██░░░░░░██████░░░░░░██
██░░░░░░░░██████░░░░░░░░██
██░░░░░░░░██████░░░░░░░░██
██░░░░░░░░░░██████░░░░░░░░░░██
██░░░░░░░░░░░░██████░░░░░░░░░░░░██
██░░░░░░░░░░░░██████░░░░░░░░░░░░██
██░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██
██████████████████████████████████████████
--- a/launch.py
+++ b/launch.py
@@ -7,6 +7,7 @@ import shlex
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
██
THIS PATCH IS OUTDATED AND ██░░██
HAS NOT BEEN UPDATED FOR A ██░░░░░░██
LONG TIME. IT WILL BE REMOVED. ██░░░░░░░░░░██
██░░░░░░░░░░██
PLEASE READ THE README.MD ██░░░░░░░░░░░░░░██
IN THIS DIRECTORY TO ██░░░░░░██████░░░░░░██
LEARN MORE. ██░░░░░░██████░░░░░░██
██░░░░░░░░██████░░░░░░░░██
██░░░░░░░░██████░░░░░░░░██
██░░░░░░░░░░██████░░░░░░░░░░██
██░░░░░░░░░░░░██████░░░░░░░░░░░░██
██░░░░░░░░░░░░██████░░░░░░░░░░░░██
██░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██
██████████████████████████████████████████
--- a/examples/server/server.cpp
+++ b/examples/server/server.cpp
@@ -1106,6 +1106,7 @@ struct server_context {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
██
THIS PATCH IS OUTDATED AND ██░░██
HAS NOT BEEN UPDATED FOR A ██░░░░░░██
LONG TIME. IT WILL BE REMOVED. ██░░░░░░░░░░██
██░░░░░░░░░░██
PLEASE READ THE README.MD ██░░░░░░░░░░░░░░██
IN THIS DIRECTORY TO ██░░░░░░██████░░░░░░██
LEARN MORE. ██░░░░░░██████░░░░░░██
██░░░░░░░░██████░░░░░░░░██
██░░░░░░░░██████░░░░░░░░██
██░░░░░░░░░░██████░░░░░░░░░░██
██░░░░░░░░░░░░██████░░░░░░░░░░░░██
██░░░░░░░░░░░░██████░░░░░░░░░░░░██
██░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██
██████████████████████████████████████████
--- a/vllm/engine/metrics.py
+++ b/vllm/engine/metrics.py
@@ -7,6 +7,7 @@ from typing import Dict, List, Optional, Protocol, Union
Expand Down

0 comments on commit 9baa8c9

Please sign in to comment.