Skip to content

Commit 0557118

Browse files
authored
Fix AI.SCRIPTGET docs (#391)
1 parent 78aec8b commit 0557118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ AI.SCRIPTGET <key> [META] [SOURCE]
397397
_Arguments_
398398

399399
* **key**: the script's key name
400-
* **TAG**: an optional string information on backend, device and tag
401-
* **TAG**: an optional string for tagging the script such as a version number or any arbitrary identifier
400+
* **META**: will return the script's meta information on device and tag
401+
* **SOURCE**: will return a string containing [TorchScript](https://pytorch.org/docs/stable/jit.html) source code
402402

403403
_Return_
404404

0 commit comments

Comments
 (0)