@@ -89,16 +89,16 @@ Navigate to the `Containers` tab at the top, and click on the `Register a new co
8989
9090In this tutorial, for the Data Preparator container, the registration should include:
9191
92- - The URL to the hosted container configuration file, which is:
92+ - The path to the container configuration file, which is:
9393
9494 ```
95- https://raw.githubusercontent.com/mlcommons/medperf/main/examples/chestxray_tutorial /data_preparator/container_config.yaml
95+ medperf_tutorial /data_preparator/container_config.yaml
9696 ```
9797
98- - The URL to the hosted parameters file, which is:
98+ - The path to the parameters file, which is:
9999
100100 ```
101- https://raw.githubusercontent.com/mlcommons/medperf/main/examples/chestxray_tutorial /data_preparator/workspace/parameters.yaml
101+ medperf_tutorial /data_preparator/workspace/parameters.yaml
102102 ```
103103
104104
@@ -109,16 +109,16 @@ Navigate back to the `Containers` tab at the top, and click on the `Register a n
109109
110110In this tutorial, for the Reference Model container, the registration should include:
111111
112- - The URL to the hosted container configuration file:
112+ - The path to the container configuration file:
113113
114114 ```
115- https://raw.githubusercontent.com/mlcommons/medperf/main/examples/chestxray_tutorial /model_custom_cnn/container_config.yaml
115+ medperf_tutorial /model_custom_cnn/container_config.yaml
116116 ```
117117
118- - The URL to the hosted parameters file:
118+ - The path to the parameters file:
119119
120120 ```
121- https://raw.githubusercontent.com/mlcommons/medperf/main/examples/chestxray_tutorial /model_custom_cnn/workspace/parameters.yaml
121+ medperf_tutorial /model_custom_cnn/workspace/parameters.yaml
122122 ```
123123
124124- The URL to the hosted additional files tarball file, which includes model weights:
@@ -135,16 +135,16 @@ Navigate back to the `Containers` tab at the top, and click on the `Register a n
135135
136136In this tutorial, for the Metrics container, the registration should include:
137137
138- - The URL to the hosted container configuration file:
138+ - The path to the container configuration file:
139139
140140 ```
141- https://raw.githubusercontent.com/mlcommons/medperf/main/examples/chestxray_tutorial /metrics/container_config.yaml
141+ medperf_tutorial /metrics/container_config.yaml
142142 ```
143143
144- - The URL to the hosted parameters file:
144+ - The path to the parameters file:
145145
146146 ```
147- https://raw.githubusercontent.com/mlcommons/medperf/main/examples/chestxray_tutorial /metrics/workspace/parameters.yaml
147+ medperf_tutorial /metrics/workspace/parameters.yaml
148148 ```
149149
150150
@@ -181,16 +181,16 @@ Navigate to the `Containers` tab at the top, and click on the `Register a new co
181181
182182In this tutorial, for the model owner's container, the registration should include:
183183
184- - The URL to the hosted container configuration file:
184+ - The path to the container configuration file is :
185185
186186 ```
187- https://raw.githubusercontent.com/mlcommons/medperf/main/examples/chestxray_tutorial /model_mobilenetv2/container_config.yaml
187+ medperf_tutorial /model_mobilenetv2/container_config.yaml
188188 ```
189189
190- - The URL to the hosted parameters file:
190+ - The path to the parameters file is :
191191
192192 ```
193- https://raw.githubusercontent.com/mlcommons/medperf/main/examples/chestxray_tutorial /model_mobilenetv2/workspace/parameters.yaml
193+ medperf_tutorial /model_mobilenetv2/workspace/parameters.yaml
194194 ```
195195
196196- The URL to the hosted additional files tarball file (which contains the model weights):
0 commit comments