From 27e3bc9577d364b544e41217c79a4cf218df8fd0 Mon Sep 17 00:00:00 2001 From: frostedoyster Date: Fri, 26 Jan 2024 15:44:05 +0100 Subject: [PATCH] Fix `usage.sh`? --- examples/usage.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/usage.sh b/examples/usage.sh index 84eac8d61..bfb2ae6c3 100644 --- a/examples/usage.sh +++ b/examples/usage.sh @@ -23,7 +23,14 @@ head -n 20 output.xyz metatensor-models eval --help -# For example, the following command +# However, before we export the model, we need to run the following command to +# set up the environment for exporting + +python ../scripts/setup.py + +# The above script can be found in the `scripts` folder of the repository. + +# Finally, the `metatestor-models export`, i.e., metatensor-models export model.pt