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 e7f0de9 commit cf46f46Copy full SHA for cf46f46
docs/README.md.in
@@ -102,7 +102,7 @@ Then you can upload the `.whl` file to the PyPI (Python Package Index).
102
## Run transformer models
103
To run transformer model with ttnn backend, run:
104
```
105
-PYTHONPATH=${TT_METAL_HOME}:$(pwd) python3 tools/run_transformers.py --model "phiyodr/bert-large-finetuned-squad2" --backend torch_ttnn
+PYTHONPATH="$TT_METAL_HOME:$(pwd)" python3 tools/run_transformers.py --model "phiyodr/bert-large-finetuned-squad2" --backend torch_ttnn
106
107
108
You can also substitute the backend with `torch_stat` to run a reference comparison.
0 commit comments