Skip to content

Commit 231d680

Browse files
committed
(docs) fix the model directory example
1 parent 6b03c7b commit 231d680

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/guide/external-models.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,12 @@ The paths are relative to the directory containing `xlm_models.json`.
201201
# Project structure
202202
.
203203
├── xlm_models.json # {"my_model": "my_model"}
204-
├── my_model/
205-
│ ├── my_model/ # Python package
204+
├── setup.py
205+
├── README.md
206+
├── my_model/ # Model root = Python package
207+
│ ├── __init__.py
208+
│ ├── model_my_model.py
209+
│ ├── ...
206210
│ └── configs/
207211
└── ...
208212
```

0 commit comments

Comments
 (0)