Update README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,6 @@ A faithful re‑implementation of the *Search‑R1* on **Qwen 2.5‑3B-instruct
|
|
23 |
|
24 |
```bash
|
25 |
pip install "transformers>=4.41" torch duckduckgo_search>=6.3.5 accelerate
|
26 |
-
|
27 |
-
# one‑command demo
|
28 |
-
python search_r1_infer.py "how's the weather in seoul?"
|
29 |
```
|
30 |
|
31 |
### Full inference script
|
|
|
23 |
|
24 |
```bash
|
25 |
pip install "transformers>=4.41" torch duckduckgo_search>=6.3.5 accelerate
|
|
|
|
|
|
|
26 |
```
|
27 |
|
28 |
### Full inference script
|