Skip to content

Commit b9af66e

Browse files
committed
Update release instructions
1 parent 878df95 commit b9af66e

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,19 @@ issue GDB command `backtrace`.
5858

5959
#### Upload pre-trained model
6060

61-
```bash
62-
tar czf logs.tar.gz logs/1-version-name/
63-
gh auth login
64-
gh release upload v0.1 logs.tar.gz
65-
```
61+
1. Ensure some params are disabled in `params.json`:
62+
63+
- `validate_data: false`
64+
- `classify_only_variable_nodes: false`
65+
66+
2. Add `description` and `examples` to `info.json`
67+
68+
3. Create release on GitHub (at the code the model was trained with).
69+
70+
3. Pack and upload the checkpoint.
71+
72+
```bash
73+
tar czf logs.tar.gz logs/1-version-name/
74+
gh auth login
75+
gh release upload v0.1 logs.tar.gz
76+
```

0 commit comments

Comments
 (0)