Skip to content

Commit fc4cb16

Browse files
authored
Update README (#399)
This commit updates `README` to avoid unexpected behavior. TICO-DCO-1.0-Signed-off-by: Jaemin Shin <[email protected]>
1 parent 9cff552 commit fc4cb16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ $ pip install -r test/modules/model/<model_name>/requirements.txt
303303
# Run test for a single model
304304
$ ./ccex test -m <model_name>
305305
# Run models whose names contain "Llama" (e.g., Llama, LlamaDecoderLayer, LlamaWithGQA, etc.)
306-
$ ./ccex test -m Llama*
306+
# Note that you should use quotes for the wildcard(*) pattern
307+
$ ./ccex test -m "Llama*"
307308
```
308309

309310
For example, to run a single model

0 commit comments

Comments
 (0)