Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -10,7 +10,7 @@ import torch
|
|
10 |
url = "http://images.cocodataset.org/val2017/000000039769.jpg"
|
11 |
image = Image.open(requests.get(url, stream=True).raw)
|
12 |
|
13 |
-
quantized_model_path = "mohitsha/
|
14 |
|
15 |
# The path and name of the runtime configuration file. A default version of this file can be
|
16 |
# found in the voe-4.0-win_amd64 folder of the Ryzen AI software installation package under
|
|
|
10 |
url = "http://images.cocodataset.org/val2017/000000039769.jpg"
|
11 |
image = Image.open(requests.get(url, stream=True).raw)
|
12 |
|
13 |
+
quantized_model_path = "mohitsha/timm-resnet18-onnx-quantized-ryzen"
|
14 |
|
15 |
# The path and name of the runtime configuration file. A default version of this file can be
|
16 |
# found in the voe-4.0-win_amd64 folder of the Ryzen AI software installation package under
|