"megatron/vscode:/vscode.git/clone" did not exist on "b7f3c263533865cd9d3ae7fb1a7e4bebb770f9a4"
Commit c71043da authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Merge pull request #7943 from gogasca:patch-3

PiperOrigin-RevId: 285498103
parents ae8e6dae 77e064d8
......@@ -48,7 +48,8 @@ Please follow the below steps before running models in this repo:
Using Colab:
```python
import os os.environ['PYTHONPATH'] += ":/path/to/models"
import os
os.environ['PYTHONPATH'] += ":/path/to/models"
```
3. Install dependencies:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment