Skip to content

Commit c13070f

Browse files
authored
Update broken links to test model
1 parent 85c890d commit c13070f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,13 @@ A **Model** is a Deep Learning or Machine Learning frozen graph that was generat
195195

196196
Models, like any other Redis and RedisAI data structures, are identified by keys. A Model's key is created using the [`AI.MODELSET` command](commands.md#aimodelset) and requires the graph payload serialized as protobuf for input.
197197

198-
In our examples, we'll use one of the graphs that RedisAI uses in its tests, namely 'graph.pb', which can be downloaded from [here](https://github.com/RedisAI/RedisAI/raw/master/tests/test_data/graph.pb). This graph was created using TensorFlow with [this script](https://github.com/RedisAI/RedisAI/blob/master/tests/test_data/tf-minimal.py).
198+
In our examples, we'll use one of the graphs that RedisAI uses in its tests, namely 'graph.pb', which can be downloaded from [here](https://github.com/RedisAI/RedisAI/raw/master/tests/flow/test_data/graph.pb). This graph was created using TensorFlow with [this script](https://github.com/RedisAI/RedisAI/blob/master/tests/flow/test_data/tf-minimal.py).
199199

200200
??? info "Downloading 'graph.pb'"
201201
Use a web browser or the command line to download 'graph.pb':
202202

203203
```
204-
wget https://github.com/RedisAI/RedisAI/raw/master/tests/test_data/graph.pb
204+
wget https://github.com/RedisAI/RedisAI/raw/master/tests/flow/test_data/graph.pb
205205
```
206206

207207
You can view the computation graph using [Netron](https://lutzroeder.github.io/netron/), which supports all frameworks supported by RedisAI.

0 commit comments

Comments
 (0)