Skip to content

Commit 1f6ac0c

Browse files
committed
Update deployment doc
1 parent b79b9af commit 1f6ac0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Deployment/Building a REST API.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,12 @@ if __name__ == "__main__":
114114
uvicorn.run(app, host=args.host, port=args.port)
115115
```
116116

117-
### Creating your training script
117+
### Checkpoint migration
118118

119119
For obvious reasons, you will need to have a separate logic to train your application. This script will specify the program architecture, training and evaluation procedure and will end up saving your program into a serializable JSON format.
120120

121+
Please refer to the code examples and [Training API](https://synalinks.github.io/synalinks/Synalinks%20API/Programs%20API/Program%20training%20API/) to learn how to train your programs.
122+
121123
To ease the migration, we'll also make a small script that export the trained program into our backend folder.
122124

123125
```python title="export_program.py"

0 commit comments

Comments
 (0)