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 927a10c commit 3b430b2Copy full SHA for 3b430b2
docs/getting-started.md
@@ -22,6 +22,11 @@ $ ./output/modctl -h
22
23
Build the model artifact you need to prepare a Modelfile describe your expected layout of the model artifact in your model repo.
24
25
+Notes: We support Unix-like glob path patterns, where:
26
+- `*` matches any number of characters except path separators (`/`).
27
+- `**` matches any number of directories, including zero directories.
28
+For example, `**/*.py` matches all `.py` files in the current directory and its subdirectories.
29
+
30
Example of Modelfile:
31
32
```shell
0 commit comments