cynkra / cynkrablog

Source of the cynkra blog
https://cynkra.com/blog
0 stars 1 forks source link

Llama3.1 #56

Closed christophsax closed 2 months ago

christophsax commented 2 months ago

I finally had some time to experiment with locally run open-source models and wrote it down.

christophsax commented 2 months ago

@DivadNojnarg There is an error in the workflow caused by your previous post:

Error in find.package(pkgs, lib.loc = NULL, quiet = FALSE, !is_quiet()) : 
  there are no packages called ‘shinyMobile’, ‘webr’

Can we fix this somehow?

llama3.1 is very fresh, so it would be great to publish asap. Thanks for a quick review, too 🙏

christophsax commented 2 months ago

I got a few steps further, by adding missing packages to DESCRIPTION. But then I get:

remote: error: File site_libs/quarto-contrib/shinylive-0.5.0/shinylive/webr/packages/BH/BH_1.84.0-0.data is 121.02 MB; this exceeds GitHub's file size limit of 100.00 MB        
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com./        
To https://github.com/cynkra/cynkrablog
 ! [remote rejected] HEAD -> gh-pages (pre-receive hook declined)

Not sure how to fix this.