Skip to content

Commit 09ffb06

Browse files
authored
Fix directory path in test instructions
1 parent d11552d commit 09ffb06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ See `examples/02_training_loop.py` for a complete runnable example.
140140
## Running Tests
141141

142142
```bash
143-
cd "F:\Titan Model"
143+
cd "Titan Model"
144144
pip install -e .[dev]
145145
pytest
146146
```

0 commit comments

Comments
 (0)