You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're adding a new model to the project, please request write access for caching of the model. If not, you can also just add the train code locally
95
95
96
-
### 6. (Optional) Updatign the report PDF
96
+
### 6. (Optional) Updating the report PDF
97
97
To update the report PDF, you may look into `report/main.tex` and make your updates there, and if you have the `make` tool as well as `pdflatex` installed, you may do the following commands to re-generate the PDF.
98
98
99
99
```bash
100
100
cd reports
101
101
make pdf
102
102
```
103
103
104
-
As of right now, the report PDF is in the `.gitignore` to prevent commit clogging, but will be in the final commit for submission. :)
104
+
As of right now, the report PDF is in the `.gitignore` to prevent commit clogging, but will be in the final commit for submission. :)
0 commit comments