Safetensors
qwen3_5
wbhVince829 commited on
Commit
de63da2
·
verified ·
1 Parent(s): dec7d24

simplify quickstart

Browse files
Files changed (1) hide show
  1. README.md +1 -3
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`. TelecomGPT-R1's tokenizer relies on the `TokenizersBackend` class introduced in `transformers 5.x`, so older 4.x releases fail at tokenizer load. The end-to-end stack we verified is `transformers 5.3.0.dev0` + `torch 2.10.0+cu128` + `vllm 0.19.1`.
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