psp-dada commited on
Commit
449e7d4
·
1 Parent(s): a8d9d9c

update README

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -49,7 +49,7 @@ Inference now uses a **single unified environment** (built on `uv`, **requires C
49
 
50
  ```bash
51
  pip install uv
52
- uv venv --python 3.12 && source .venv/bin/activate
53
  uv pip install "vllm>=0.25.1"
54
  uv pip install --no-build-isolation --no-cache-dir "flash-attn==2.8.3"
55
  ```
@@ -250,6 +250,7 @@ The model also handles text spotting, information extraction, and text-image tra
250
  ## 🔗 Related resources
251
 
252
  - **GitHub — training & inference toolkit**: <https://github.com/Tencent-Hunyuan/HunyuanOCR>
 
253
  - **DFlash draft weights**: [`tencent/HunyuanOCR/dflash`](https://huggingface.co/tencent/HunyuanOCR/tree/main/dflash)
254
  - **HunyuanOCR-1.0** (previous generation, archived under `v1.0/`): [`tencent/HunyuanOCR/v1.0`](https://huggingface.co/tencent/HunyuanOCR/tree/main/v1.0)
255
 
@@ -278,4 +279,4 @@ HunyuanOCR-1.5 is released under the same license as HunyuanOCR 1.0 — the **Te
278
  journal = {arXiv preprint arXiv:2607.04884},
279
  year = {2026}
280
  }
281
- ```
 
49
 
50
  ```bash
51
  pip install uv
52
+ uv venv --python 3.12.11 && source .venv/bin/activate
53
  uv pip install "vllm>=0.25.1"
54
  uv pip install --no-build-isolation --no-cache-dir "flash-attn==2.8.3"
55
  ```
 
250
  ## 🔗 Related resources
251
 
252
  - **GitHub — training & inference toolkit**: <https://github.com/Tencent-Hunyuan/HunyuanOCR>
253
+ - **verl-based RL training stack** (GRPO on HunyuanOCR-1.5): [`train_verl/`](https://github.com/Tencent-Hunyuan/HunyuanOCR/blob/main/train_verl/README_en.md)
254
  - **DFlash draft weights**: [`tencent/HunyuanOCR/dflash`](https://huggingface.co/tencent/HunyuanOCR/tree/main/dflash)
255
  - **HunyuanOCR-1.0** (previous generation, archived under `v1.0/`): [`tencent/HunyuanOCR/v1.0`](https://huggingface.co/tencent/HunyuanOCR/tree/main/v1.0)
256
 
 
279
  journal = {arXiv preprint arXiv:2607.04884},
280
  year = {2026}
281
  }
282
+ ```