Skip to content

Commit b68dd45

Browse files
committed
README
1 parent 5a29916 commit b68dd45

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ This repository contains a quick-to-use script to convert GPT-2 models from Tens
1717
hparams.json
1818
```
1919
20-
2. Run the script:
20+
2. Clone the repo, install prerequisites with i.e. `pip install -r requirements.txt` if needed.
21+
22+
3. Run the script:
2123
```bash
2224
python convert_model.py /path/to/your/model/files
2325
```
24-
3. The converted PyTorch model will be saved in the `./converted_model` directory.
26+
4. The converted PyTorch model will be saved in the `./converted_model` directory.
2527
2628
## Notes
2729

0 commit comments

Comments
 (0)