simplify quickstart
Browse files
README.md
CHANGED
|
@@ -28,9 +28,7 @@ license: apache-2.0
|
|
| 28 |
|
| 29 |
### Quickstart
|
| 30 |
|
| 31 |
-
**Requirements (verified):** `transformers >= 5.0`, `torch >= 2.4`, and — for vLLM serving — `vllm >= 0.19`.
|
| 32 |
-
|
| 33 |
-
**First-call download.** The first `from_pretrained("KU-DFI/TelecomGPT-R1")` pulls about 51 GB into `~/.cache/huggingface/`; expect ~15 minutes on a 50 MB/s connection and at least 60 GB of free disk on the cache filesystem.
|
| 34 |
|
| 35 |
Here is a code snippet demonstrating how to load TelecomGPT-R1 with `transformers` and generate a telecom-grounded response:
|
| 36 |
|
|
|
|
| 28 |
|
| 29 |
### Quickstart
|
| 30 |
|
| 31 |
+
**Requirements (verified):** `transformers >= 5.0`, `torch >= 2.4`, and — for vLLM serving — `vllm >= 0.19`. The end-to-end stack we verified is `transformers 5.3.0.dev0` + `torch 2.10.0+cu128` + `vllm 0.19.1`.
|
|
|
|
|
|
|
| 32 |
|
| 33 |
Here is a code snippet demonstrating how to load TelecomGPT-R1 with `transformers` and generate a telecom-grounded response:
|
| 34 |
|