We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbbdc0 commit ae049dfCopy full SHA for ae049df
src/sasctl/pzmm/write_json_files.py
@@ -510,6 +510,7 @@ def write_file_metadata_json(
510
dict_list.append({"role": "scoreResource", "name": model_prefix + ".mojo"})
511
elif is_tf_keras_model:
512
dict_list.append({"role": "scoreResource", "name": model_prefix + ".h5"})
513
+ #conditions added for pytorch.
514
elif is_pytorch_model:
515
dict_list.append(({"role": "scoreResource", "name": model_prefix + ".pth"}))
516
else:
0 commit comments