premAI-io / state-of-open-source-ai

:closed_book: Clarity in the current fast-paced mess of Open Source innovation
https://book.premai.io/state-of-open-source-ai
Other
1.52k stars 89 forks source link

update: model-formats (updates from #22) #56

Closed biswaroop1547 closed 1 year ago

biswaroop1547 commented 1 year ago

Review checklist

biswaroop1547 commented 1 year ago

@casperdcl looks like some issue with font breaking the CI on build step. I tried making this change which resulted into this workflow run eventhough it passes, but now logs throw warnings like this. Can we ignore these warnings? and is the approach looks correct?

I've reverted the change for now.

casperdcl commented 1 year ago

I just un-reverted the change :)

unfortunately b8b2637 only installs the font in the md -> latex step (which is great) but doesn't touch the latex -> pdf step (which uses the docker image from https://github.com/xu-cheng/latex-action)...

Looks like you could use xu-cheng/latex-action.with.extra_fonts?