Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ Please first localize the bug based on the issue statement, and then generate a
|
|
| 47 |
|
| 48 |
Here is an example:
|
| 49 |
|
| 50 |
-
```diff
|
| 51 |
diff --git a/examples/server_async.py b/examples/server_async.py
|
| 52 |
--- a/examples/server_async.py
|
| 53 |
+++ b/examples/server_async.py
|
|
@@ -68,7 +68,7 @@ diff --git a/examples/server_sync.py b/examples/server_sync.py
|
|
| 68 |
+ server = run_sync_server()
|
| 69 |
server.shutdown()
|
| 70 |
|
| 71 |
-
```
|
| 72 |
"""
|
| 73 |
|
| 74 |
# ds = load_dataset("rasdani/github-patches-10k-sample-sorted", split="train")
|
|
|
|
| 47 |
|
| 48 |
Here is an example:
|
| 49 |
|
| 50 |
+
\```diff
|
| 51 |
diff --git a/examples/server_async.py b/examples/server_async.py
|
| 52 |
--- a/examples/server_async.py
|
| 53 |
+++ b/examples/server_async.py
|
|
|
|
| 68 |
+ server = run_sync_server()
|
| 69 |
server.shutdown()
|
| 70 |
|
| 71 |
+
\```
|
| 72 |
"""
|
| 73 |
|
| 74 |
# ds = load_dataset("rasdani/github-patches-10k-sample-sorted", split="train")
|