mohitsha HF staff commited on
Commit
81c7679
1 Parent(s): db16bdf

Update inference.py

Browse files
Files changed (1) hide show
  1. 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/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
 
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