Skip to content

Commit 27b596b

Browse files
committed
Disambiguate 急切 (eager) vs 即时 (JIT) execution
Per Copilot translation review: 即时 is used elsewhere in this file for JIT compilation, so using 即时 again for 'eager execution' was ambiguous. Use 急切 (Eager) with English parenthetical for clarity.
1 parent 5718949 commit 27b596b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/jax_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ with qe.Timer():
604604
y = f(x)
605605
```
606606

607-
**即时**执行模型
607+
**急切**(Eager)执行模型
608608

609609
* 每个操作在遇到时立即执行,在下一个操作开始之前将其结果实体化。
610610

0 commit comments

Comments
 (0)