Skip to content

Commit cf46f46

Browse files
committed
Do not use braces for shell variables to avoid clashing with .format
1 parent e7f0de9 commit cf46f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Then you can upload the `.whl` file to the PyPI (Python Package Index).
102102
## Run transformer models
103103
To run transformer model with ttnn backend, run:
104104
```
105-
PYTHONPATH=${TT_METAL_HOME}:$(pwd) python3 tools/run_transformers.py --model "phiyodr/bert-large-finetuned-squad2" --backend torch_ttnn
105+
PYTHONPATH="$TT_METAL_HOME:$(pwd)" python3 tools/run_transformers.py --model "phiyodr/bert-large-finetuned-squad2" --backend torch_ttnn
106106
```
107107

108108
You can also substitute the backend with `torch_stat` to run a reference comparison.

0 commit comments

Comments
 (0)