Skip to content

Commit 728b802

Browse files
committed
fix doc url and example filename
1 parent 35571b1 commit 728b802

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ At this point, we will refer to a benchmark by it's problem area and benchmark n
1717

1818
Over time, we will be adding implementations that make use of different tensor frameworks. The primary (baseline) benchmarks are implemented using keras, and are named with '_baseline' in the name, for example p3b1_baseline_keras2.py.
1919

20-
Implementations that use alternative tensor frameworks, such as mxnet or neon, will have the name of the framework in the name. Examples can be seen in the P1B3 benchmark contribs/ directory, for example:
21-
p1b3_mxnet.py
22-
p1b3_neon.py
20+
Implementations that use alternative tensor frameworks, such as pytorch, will have the name of the framework in the name. Examples can be seen in the Pilot1 benchmark UnoMT directory, for example: `unoMT_baseline_pytorch.py`
2321

24-
Documentation: https://ecp-candle.github.io/Candle/html/readme.html
22+
Documentation: https://ecp-candle.github.io/Candle/

0 commit comments

Comments
 (0)