Skip to content

Commit

Permalink
Update documentation on pt2ts readme to clarify where the Torchscript…
Browse files Browse the repository at this point in the history
… model will be saved.
  • Loading branch information
jatkinson1000 committed Sep 20, 2024
1 parent e0d8269 commit 80000c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Dependencies:
3. Import your model into `pt2ts.py` and amend options as necessary (search for `FPTLIB-TODO`).
4. Run with `python3 pt2ts.py`.

The model will be saved in the location from which `pt2ts.py` is running.
The Torchscript model will be saved locally in the same location from which the `pt2ts.py`
script is being run.

0 comments on commit 80000c6

Please sign in to comment.