Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit da76570

Browse files
authored
fix typo
1 parent ecd8949 commit da76570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparsezoo/model/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def __init__(self, source: str, download_path: Optional[str] = None):
161161
files, directory_class=OnnxGz, display_name="model.onnx.tar.gz"
162162
)
163163
self.onnx_model: File = (
164-
self._file_from_files(files, display_name="model.onnx.")
164+
self._file_from_files(files, display_name="model.onnx")
165165
if self._onnx_gz is None
166166
else self._onnx_gz # if onnx.model.tar.gz present defer to that file
167167
)

0 commit comments

Comments
 (0)