Skip to content

Commit 8b01d0b

Browse files
authored
[doc] chore: fix checkpoint engine image link (verl-project#4821)
### What does this PR do? As title
1 parent cf92dac commit 8b01d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verl/checkpoint_engine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Checkpoint Engine is an unified abstract layer to synchronize weights between va
88
- receive_weights: return a tensor generator that yield named tensors in streaming manner.
99
- get_weights: return a tensor generator that yield named tensors in streaming manner, used for each inference instance update weight independently from local cache (e.g share memory, disk).
1010

11-
![checkpoint-engine](https://github.com/wuxibin89/verl/blob/wuxibin/doc_images/docs/_static/checkpoint-engine.png?raw=true)
11+
![checkpoint-engine](https://github.com/wuxibin89/verl/blob/wuxibin/doc_images/docs/_static/checkpoint_engine.png?raw=true)
1212

1313
### Supported Backends
1414

0 commit comments

Comments
 (0)