Skip to content

Commit 987d022

Browse files
fix: correct speedup plot image path in README (#333)
Co-authored-by: Orion Cohen <[email protected]>
1 parent 62d8714 commit 987d022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ print(relaxed_state.energy)
9393

9494
TorchSim achieves up to 100x speedup compared to ASE with popular MLIPs.
9595

96-
<img src="/docs/_static/speedup_plot.svg" alt="Speedup comparison" width="100%">
96+
<img src="https://raw.githubusercontent.com/TorchSim/torch-sim/main/docs/_static/speedup_plot.svg" alt="Speedup comparison" width="100%">
9797

9898
This figure compares the time per atom of ASE and `torch_sim`. Time per atom is defined
9999
as the number of atoms / total time. While ASE can only run a single system of `n_atoms`

0 commit comments

Comments
 (0)